STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 388 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
  • 1083 Views
  • 10 replies
  • 4 kudos

STM32H7 USB DEVICE CDC PROBLEM

I am trying to use STM32H747IGT6 as a USB device. I want to sent data using CDC. Below you can find my configuration and code. The MX_USB_DEVICE_Init() is successful. Although when I call the CDC_Transmit_FS, it never returns USB_OK and I wasn't able...

Screenshot 2024-01-09 at 8.22.23 PM.png Screenshot 2024-01-09 at 8.23.09 PM.png Screenshot 2024-01-09 at 8.24.47 PM.png Screenshot 2024-01-09 at 8.25.29 PM.png
PanosGial by Associate II
  • 3056 Views
  • 10 replies
  • 2 kudos