STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interrupts don't trigger on new board with same code

Posted on August 08, 2011 at 17:33Our STM32 chip isn't taking interrupts after a normal power reset, or a pin reset... but it will when it's in debug mode, or when (accidentally) Vdd was shorted after startup.We recently respun the board with our AR...

kuhnzaga by Associate II
  • 1195 Views
  • 9 replies
  • 0 kudos

Loss of synchro while transmitting data using STM32

Posted on August 27, 2011 at 10:53Dear STM32 users, I am facing an issue not related to the micro, it seems to be a general topic when transmitting data over usart. In my application I have an STM32 micro that will transmitt and receive data to/from...

po by Associate II
  • 410 Views
  • 3 replies
  • 0 kudos

ADC value in buffer

Posted on August 25, 2011 at 16:49Hello, I have a buffer char buf[128]; And when I use ADC it gave me values like 1204 for eg. by ADC1ConvertedValue[1] which is the channel 1 for me. How could I store the 4 characters 1,2,0 and 4 into my buffer? I h...