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

Resolved! LPUART acts strange with StopMode - STM32L081KZT6

Hello,I am using a STM32L081KZT6. My code sends a Message via LPUART every second and receives an input over the same LPUART from the user. The RTC is used for the timing with LSE. To save power, I go into sleep mode between sending and receiving. Th...

HRaup.1 by Associate II
  • 2253 Views
  • 4 replies
  • 0 kudos

Resolved! Memory Mapped Mode for NOR Flash and Making External Loader for STM32F769AI- W25Q01JV (Winbond W25Q01JV- QSPI NOR FLASH).

Hi Community,I worked on project W25Q01JV (QSPI NOR FLASH) interfacing with STM32F769AI . I have fully functional project with Erase, Read and Write. Now I am trying to do following tasks :1) Configuring into Memory Mapped Mode.2) Implementing an Ext...

Vins by Senior
  • 4718 Views
  • 20 replies
  • 0 kudos

System Workbench: Doxygen setting blew up compiler

My code was compiling fine, then I turned on the Doxygen setting in preferences. Now i get lots of errors and warnings. My function prototypes say used but never defined. My functions say invalid storage class. I can't find what is broken. I turned o...