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

Program execution gets to void _exit (int status). I am unable to prevent that or find what line causes this to happen.

So somehow through my chain of execution I end up herevoid _exit (int status){   _kill(status, -1);   while (1) {}      /* Make sure we hang here */}From disassembly it seems that the functions preceeding it areITM_SendChar()and before thatHAL_CAN_Rx...

Yyes by Associate
  • 1474 Views
  • 2 replies
  • 0 kudos

STM32F750N8H6 Internal Flash size

Hello,We have a custom System-On-Module based on the STM32F750N8H6 MCU. We successfully installed 50KB-size U-Boot SPL and 220KB main U-Boot images into the internal Flash, and they work.Could please someone explain how is that possible? Device datas...

ARM RTOS C/C++ Newbie

Hi,I have experience of 16bit microchip micros using embedded C, and i am about to move across to ARM RTOS C++. I have narrowed my chip vendor down to ST. As i am starting from zero on ARM development, could you offer advice on which is the easiest d...

JHerl by Associate II
  • 1081 Views
  • 5 replies
  • 0 kudos

Stm32L486 ADC3_CCR

Hi,As for the STM32L486, it have 3 ADCs. Is There only 1 ADC common registers ADCx_CCR (x=1,2,3) for all or individual for each ADCx?In IAR IDR Arm8.32.2, the SFR setup information states that it is only one ADC_ CCR for both 3 (atached picture). Thu...

VTran by Associate
  • 712 Views
  • 1 replies
  • 0 kudos