STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SVD1.4 errors on STM32H503 (RCC reset values)

  There are some errors in SVD when it comes to reset values. I'm basing my judgement as I am comparing SVD with RM0492: RCC_AHB1ENR SVD: 0xd0000100 RM:0x90000100 (BKPRAMEN set in SVD)RCC_AHB2ENR SVD:0xc0000000 RM:0x40000000 (resered bits b31 set in ...

hijax_pl by Associate II
  • 186 Views
  • 2 replies
  • 0 kudos

Resolved! Hardfault_Handler() with minimum new project

Hi - I am new to the STM32CubeIDE - moving from Attolic.I have created a new STM32 project using STM32CubeIDE 1.9.0 for a STM32L151VET6 using New Project.Our board is built to use an internal oscillator. I can try to debug the basically empty new cre...

Stoufer by Associate III
  • 2169 Views
  • 11 replies
  • 3 kudos

Resolved! How to return STM32duino to Bare Metal ?

Moved from https://community.st.com/t5/stm32-mcus/stm32-arduino-stm32duino-tutorial/ta-p/49649 After you have finished the arduino project, how do you then remove everything from the MCU and use it again for normal STM32 projects in CubeMX and so on?

enjay by Associate III
  • 304 Views
  • 4 replies
  • 1 kudos

Resolved! Wait for HSI/PLL/Sysclk etc etc ready - Why???

I am new to Arm but old to assembly coding (inc Toshiba 32 bit CISC - now extinct).. Just completed RCC startup code for a STM32F344 chip by looking at the 1124 pages (!) of the RM0364 manual and the CUBE LL start up code (!!!). The CUBE code has wai...

RexG by Associate III
  • 953 Views
  • 10 replies
  • 4 kudos