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

Resolved! Debugging firmware with a bootloader at the top of memory

I am attempting to debug my firmware for a STM32L452xx chip, which is programmed in at the memory address 0x08010000. The bootloader will be placed at 0x08000000, but at the moment the memory is empty. Is it possible to trick the debugger so it alway...

rsoc by Associate III
  • 1423 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F446VET USB FS Peripheral isn't working

Hi all,​I've met a weird issue, when using STM32F446VET chip to connect PC by USB, and PC alerts 'USB can't be recognized'.​I've go throught some related topics on the forum, but unfortunately all didn't help. For example,1) disable VBUS sensing2) in...

Azhan.1 by Associate II
  • 1159 Views
  • 4 replies
  • 1 kudos

File stm32xxxx_hal_conf.h non-homogeneity

in stm32xxxx_hal_conf.h files there is the declaration of assert_failed()F4: void assert_failed(uint8_t* file, uint32_t line);H7:void assert_failed(uint8_t* file, uint32_t line);L4: void assert_failed(char* file, uint32_t line);Its not the same prot...

UDP packages make my MCU reset

Hello,I wrote this code to send each 100us a 16bytes to PC. (STM32f10x)int32_t socket; uint8_t *sendbuf;     void Time3(void){ TIM_TimeBaseInitTypeDef TimeStruct; NVIC_InitTypeDef nvicStructure; NVIC_PriorityGroupConfig(NVIC_PriorityGroup_3); nvic...

0693W000000W3S7QAK.png
parisa by Senior
  • 1324 Views
  • 6 replies
  • 0 kudos