STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Move/change default reset location of STM32F765

We are trying to implement application which starts from location(eg. 0x0806 0000 of the flash) which other than default 0x0800 0000.As per STM32F765 reference manual and AN2606 performed following steps,Switched to Dual bank mode of flash, nDBank = ...

VShah.5 by Associate
  • 494 Views
  • 0 replies
  • 0 kudos

Problem writing to flash (STM32F051K6U6)

HiI'm using MikroC and try to play with FlashMy problem: even if area seem ok between "bootloader" and "program", I can see program area is not complete and is writed in bootloader area.If you can help me ... thanks !#pragma orgall 0xC0 /?   #define...

JFELI.13 by Associate III
  • 886 Views
  • 3 replies
  • 1 kudos

Key strokes from keyboard connected to Nucleo-F767ZI are not recognized in HID_standalone application example

I have a setup as required by the HID_standalone example program. When I am starting the program the keyboard that is connected to CN13 is properly recognized (last two sentences on the screen are: KeyBoard device found! andHID class startedWhen I th...

WPles.1 by Associate II
  • 766 Views
  • 1 replies
  • 0 kudos

Resolved! What does STM32 System Bootloader do with unused pins?

Hello,In the past we have utilised the system bootloader on the STM32F429ZIT6, to implement a command to allow firmware upgrades to be completed by the end user. As part of this, the command would configure an LED Driver IC to update an RGB status LE...

CBigg.1 by Associate II
  • 1268 Views
  • 3 replies
  • 1 kudos

Systick is not ticking in Custom Bootloader for STM32H743 after jumping to the main application and then coming back to the Bootloader

I have written a Custom Bootloader for STM32H743. It resides at 0x08000000 (Sector 0) and occupies for a maximum of 1 sector (128KB). The main application resides at 0x08040000 (Sector 1 thru sector 7). Upon reset, Custom Bootloader starts and chec...

smati2 by Associate II
  • 1352 Views
  • 4 replies
  • 0 kudos