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

Resolved! Problem with UART Example on Nucleo-F746ZG

Posted on September 28, 2017 at 16:47Hello everyoneYesterday i buy a Nucleo-F746ZG, i installed SW4STM32, ST-LINK/V2 Drivers and http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-...

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
  • 1374 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
  • 896 Views
  • 5 replies
  • 0 kudos