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

RCC_CR_PLLRDY not set depending on code size?

Posted on April 27, 2018 at 15:43I'm running into an issue where the program will time out on while(READ_BIT(RCC->CR, RCC_CR_PLLRDY) == RESET)in stm32l4xx_hal_rcc.c:839 depending on how much code compiled in main.c.  The program will execute fine wi...

Lab Guy by Associate II
  • 707 Views
  • 3 replies
  • 0 kudos

Watchdog timer RESET status.,

Posted on May 22, 2018 at 07:36Hello.,I am working STM32F7 series MCU, In this I am using watchdog timer with 1sec timing configuration . Now on reset how to know whether it is watchdog reset or power on reset. Because I want configure some table on...

LTDC Register Write Problem

Posted on May 22, 2018 at 14:30Hi everyone,I'm using Atollic True Studio 9.0.0 for my STM32F746G DISCO board project. No HAL Drivers, no CUBEMX, programming mcu manually. I have a debug problem. After i build and download the code, pressing the 'res...

N ORhan by Associate III
  • 509 Views
  • 2 replies
  • 0 kudos

Resolved! Files missing from FP-IND-PLCWIFI1 zip file

Posted on April 25, 2018 at 23:26I downloaded the FP-IND-PLCWIFI1 software.When I try to build the project 'STM32F401RE-Nucleo' there are a number of header files missingsuch as stm32_spwf_wifi.h, stm32Fxx_nucleo.h and relay.h to name a few.I am usi...

Memory Protection

Posted on May 21, 2018 at 11:14Hi all,I've read the entire reference manual about Memory protection, my question is:If I set the protection level 1, and I wanted to change it 0 my Main Flash will be erased... There's a way to avoid this? Because if ...

Switching from read only memory mapped mode to Indirect mode and vice versa in STM32F746G-Discovery board.

Posted on May 21, 2018 at 07:26Hello everyone, I am just a beginner in ARM development. I have started a GUI development on STM32F746G-Discover board, After couple of days my project got too many screens and I had to use the on board external QSPI-F...