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

making my own board from scratch (literally)

so my school has an old pcb milling machine that i want to bring back to life, so the first thing i want to do with it  is to make a stm32f103c6t6a board, can someone check if that schematic could work and if i can implement other capabilities in thi...

RDR102 by Associate II
  • 3167 Views
  • 11 replies
  • 3 kudos

MATLAB Embedded Coder - STM32L4xx Based MCUs

Hello ST Community,i am currently working with MATLAB/Simulink and STM32 Nucleo Boards. Now i am facing a problem: I want to use "Run on Hardware Board" using "STM32L4xx Based" option in Simulink model settings. However, since i have to work offline,...

MATLAB_Hardware_Installation.PNG
ChRegBrg by Associate II
  • 891 Views
  • 1 replies
  • 0 kudos

Resolved! ThreadX, printf() and hard fault problem

I have a very simple ThreadX app build with CubeMX, all settings default, the only relevant change is this code: void tx_app_thread_entry(ULONG thread_input) { static uint32_t c = 1; /* USER CODE BEGIN tx_app_thread_entry */ printf("Starting Th...

TDJ_0-1697634993487.png TDJ_0-1697638673905.png
TDJ by Lead
  • 1881 Views
  • 1 replies
  • 0 kudos

connection failure st link v2

hi, Please provide solution for the following issue.while i was trying to run a program on STM 32 F103C using ST link V2 on STM32cube 1.13.2 ide, getting an error "read version failed".following is the error message. Unable to solve this error.

STM32 error message.PNG
Pal_555 by Associate II
  • 2288 Views
  • 6 replies
  • 2 kudos

How about STM32l4 power consumption

I have a project on energy supply and have purchased X-NUCLEO-NFC07A1 and NUCLEO-STM32L476RG. However, I used the EH code in EN.X-Cub-NFC7, and now I want to reduce the energy consumption based on this code. How should I edit the code so that the STM...