STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Solder Bridge SB10 within STM32F3 Discovery

Posted on September 06, 2016 at 01:29I got the Discovery STM32F303VCT and i had to solder the SB10, because even if the UM1570-User Manual says the SB was made it wasn�t. I soldered to use printf with Keil. After this board modification i got a lot ...

airanzo by Associate II
  • 598 Views
  • 2 replies
  • 0 kudos

nucleo446re and MPU6050 i2c problem

Posted on September 07, 2016 at 10:46hi..few days ago i bought a GYRO Sensor that name is MPU6050.It use I2C Comm.I was try to connect using I2C.why 'HAL_I2C_IsDeviceReady' is always 'BUSY'? using board : Nucleo-F446RE , MPU6050Library : HAL--------...

STM32F4 RTC - leap year

Posted on September 08, 2016 at 13:16Hi,when i use the RTC, which year i have to set due to the leap year compensation? There are just two BCD digits for the year so i have to save the start/offset year in code? If now would be the year 2015. Do i h...

sascha23 by Associate II
  • 980 Views
  • 3 replies
  • 0 kudos

CubeMx error in usb code generation

Posted on June 29, 2016 at 11:17i have generate sample usb-cdc code for stm32F103c8 with CubeMx. The real code generate hardfaults in disconnect from usb. This is the Problem in usbd_conf.c: -------------------------------------/** * @brief static s...

jl by Associate
  • 432 Views
  • 2 replies
  • 0 kudos

USART2 problem with cmsis library

Posted on September 07, 2016 at 08:06 Hello Here is my code shown below. #include ''stm32f10x_gpio.h'' #include ''stm32f10x_rcc.h'' #include ''stm32f10x_usart.h'' void delay() { int i,j; for(i=0;i< 10000 ;i++) for( j = 0 ;j<100;j++); ...

parisa by Senior
  • 251 Views
  • 1 replies
  • 0 kudos