STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can-Bus Error

Posted on May 12, 2014 at 19:56The original post was too long to process during our migration. Please click on the attachment to read the original post.

muhammet by Associate II
  • 6129 Views
  • 26 replies
  • 0 kudos

stm32f4 SPI Busy flag seems to not work

Posted on August 06, 2015 at 16:20 Hello all, I'm trying to communicate with a nokia 5110 LCD. The nokia 5110 has a slave select bit that I am setting using a GPIO pin (because I'm not entirely sure how the NSS bit for SPI works). My problem ...

STM32F7 Discovery Touchscreen Controller Datasheet?

Posted on August 06, 2015 at 21:18Hello,I am trying to write my own driver for the FT5336 touchscreen driver for the STM32F7 Discovery board, but I could find a good (english) datasheet for it. The only thing I have for reference is the driver avail...

Problem with keil STM32F0 discovery

Posted on August 05, 2015 at 23:26 Hello, Im trying to implement a connection bewteen a STM32F0 discovery and a bluetooth module. Im using the USART2 with this code (thanks Clive1) : /* USART2 PA.2 Tx, PA.3 Rx STM32F0-Discovery ...

edouard by Associate II
  • 1223 Views
  • 6 replies
  • 0 kudos

Problem with terminal output

Posted on August 06, 2015 at 16:54Hello,I have an incorrect output on the terminal, I check again it and it seems everything is ok. please help me. For clarify the case, I attached two snapshots from this situation.Also I use from linux(uclinux) of ...

davod by Associate
  • 708 Views
  • 1 replies
  • 0 kudos

Using templates with IAR

Posted on August 25, 2014 at 03:29Hi everyone,So i have started to use STM32 MCUs.I used before Tiva MCUs with IAR and now i'm trying it with the ST.I realy find hard to configure a project to work with the HAL drivers. You need always do so much ea...

luis by Associate II
  • 955 Views
  • 4 replies
  • 0 kudos

STM32F3 ADC-DMA restarting

Posted on August 06, 2015 at 14:24 Hello! I configured the ADC with DMA to fill a table in RAM. After ADC_StartConversion (ADC1); I use while (!DMA_GetFlagStatus (DMA1_FLAG_TC1)) ; until the DMA is full. This works fine for one...

STM32F3 Flash page capacity and reading from Flash

Posted on August 04, 2015 at 13:24Hello, Lately I've been trying to save some data on flash in my STM32F3 discovery board. Saving data was succesful but I have a little problem in reading from this memory. Function I'm using to check my data is:  ui...

dooz by Associate II
  • 942 Views
  • 4 replies
  • 0 kudos