STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Jump to application code STM32F072

I have created a bootloader and application.  My bootloader appears to launch my application successfully; however, the interrupts are not functioning in the application.  I used memcpy to copy the vector table into RAM. Below shows the results of th...

memory copy.png
PBaie.1 by Associate II
  • 3342 Views
  • 8 replies
  • 0 kudos

Resolved! Programming STM32H747AI

Hello,I am currently designing a board with STM32H747AI MCU. May I ask how it is possible to run the RTOS on it and then program it via USB-C without using special internal components such as ST-Link MCU in order to save as much space as possible? Do...

Implementing IWDG in sleep mode

I implemented IWDG  reset having counter of  12 second and am  refreshing it using HAL_IWDG_Refresh(&hiwdg) in while loop.  Everything is working as expected. But now the issue is when I implement sleep mode.  The processor will be in sleep and wakeu...

Nico3 by Senior
  • 1932 Views
  • 8 replies
  • 0 kudos

Self diagnostic feature

Dear All,I'm looking for self diagnostic feature in STM32F7 series for SIL-3 compatibility, kindly suggestion microcontroller which can self diagnosable crystal clock ,ECC protected sram and flash memory . and also let me know The HAL library is SIL-...

vchau.2 by Associate III
  • 1143 Views
  • 2 replies
  • 0 kudos

Resolved! Boot from external flash stm32h755

Hello, I am trying to boot from the external flash memory that the nucleo-h755zi-q has(addres->0x09000000), but I am having some issues. The idea I was following is :1. Create a Bootloader project, in this project I configure the QuapSPI in the inter...