STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Exporting Keil projects to platformio

Hi all,I have a project at Keil µVision using STM32F407VG board (it is created using cubeMX). I would export it as a plateformIO Atom project. The issue is that when generating the code in cubeMX I haven't the IDE platformIO. So I try to create a pro...

Pstud by Associate
  • 827 Views
  • 1 replies
  • 0 kudos

STM32F411 SPI RXNE bit is automatically clear

I'm very first to embedded programming, i have written a application using SPI protocol to communicate with 2 STM32F411 broads. And I got trouble in slave code, when the data from the master are sent to slave, then slave RXNE bit is set and go to SPI...

0690X000006DulSQAS.png 0690X000006DulNQAS.png

Resolved! HAL_NVIC_SystemReset() gets stuck, same with IWDG.

Hi. When I call HAL_NVIC_SystemReset(); or NVIC_SystemReset(); the system just freezes up instead of restarting. I figured forget about it and moved on to try out the watchdog, well the same thing happens. Watchdog is enabled and working fine, then I...

STM32CubeMX SD CARD Code Bug

Posted on January 31, 2018 at 12:48Hello,A while I used stm32cubemx for generating a code for SD card connection to my stm32f4 with SDIO and FATFS middleware and it worked fine but after the recent cube update the similar code does not works for sd ...

How to use eval board under windows 10

Hello,I used a STM32F103C8 eval board under windows 7 and everything worked fine. But I have to change to window 10 and I tried now for several hours to get a functional connection by reading many discussion of about stm32 vitual com port, etc.Can yo...