STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is the difference between UART?

Posted on September 21, 2017 at 16:09Dear all ST,Now I'm trying to implement UART but I can't get receive all data at the time. this case need delay() to get all data..So I've another difference way used in the same project, then it's works.BTW, I c...

Resolved! FLASH_ReadOutProtection decreases speed of execuation

Posted on September 21, 2017 at 07:15Hi,In my project I use CMSIS Ethernet library and use USART as communication channel to talk with other boards. All function work perfectly but after adding FLASH_ReadOutProtection to protect my micro-processor i...

parisa by Senior
  • 570 Views
  • 4 replies
  • 0 kudos

STM32F030 - HAL ADC DMA - reading values problem

Posted on September 21, 2017 at 13:06Hi, I have a strange problem with ADC values reading. My MCU and ADC is configured like below:My main.c is like below:// Union with data from ADCunion {    uint16_t ADCtable[9];    struct    {       uint16_t sens...

0690X000006046HQAQ.jpg 0690X000006046RQAQ.jpg 0690X000006046XQAQ.jpg 0690X000006046WQAQ.jpg

I2C stuck sending address

Posted on September 20, 2017 at 11:18Hello,I'm having trouble using I2C (Fast Mode, Master Mode) on a STM32F411RE (Nucleo-F411RE).My code gets stuck after sending the I2C Address here:while (!(I2C1->SR1 & I2C_SR1_ADDR));On the bus I get short pulses...

FMC LTDC SDRAM Burst access

Posted on September 21, 2017 at 11:46Hi guys,i have a custom board on which both, LTDC and FMC conneted SDRAM, is used.If I enable the burst access to the SDRAM the board crashes after a while. Assuming the accesses between SDRAM and LTDC are not ha...

FMC config in STM32L4

Posted on September 20, 2017 at 13:37I am trying to configure STM32L4 with an 8-bit monochrome LCD using FMC using CubeMx Tool. I have configured the timing parameters. I could see that the LCD Command and Data are to be written in a particular addr...

Anand A by Associate III
  • 533 Views
  • 3 replies
  • 0 kudos

Resolved! Cannot connect to STM32F469 CPU

Posted on September 20, 2017 at 13:06Hi,I'm trying to setup our new PCB with a STM32F469IGH6 MCU.Our software includes a RealTime OS and some User Defined Modules as Testsoftware.The Firmware formerly was written for the STM32F469 Discovery Board an...