• STM3210C-EVAL board
    Hello, I'm planning to buy the STM3210C-EVAL board (the STM32 connectivity line) which contain the STM32F107VCT microcontroller. I've downloaded the last version of µVision but I don't found...
  • STM3210C-EVAL board
    Hello, I'm planning to buy the STM3210C-EVAL board (the STM32 connectivity line) which contain the STM32F107VCT microcontroller. I've downloaded the last version of µVision but I don't found...
  • STM3210C-eval - I2C Busy Flag Problem
    hello. I want to write byte to the sensör with I2C so write this code : void MPU6050_I2C_Init() { // RCC Configuration RCC_HCLKConfig(RCC_SYSCLK_Div2); RCC_PCLK1Config(RCC_HCLK_Div1); RCC_PCLK2Config...
  • STM3210C-eval - I2C Busy Flag Problem
    hello. I want to write byte to the sensör with I2C so write this code : void MPU6050_I2C_Init() { // RCC Configuration RCC_HCLKConfig(RCC_SYSCLK_Div2); RCC_PCLK1Config(RCC_HCLK_Div1); RCC_PCLK2Config...
  • MCBSTR7 Eval board does not response to STR_IAP code
    I tried to program the flash on the MCBSTR7 eval board (HITEX STR7) using the STR_IAP code (via UART) which I downloaded from KEIL website. The code was compiled property with a minor warning but after...