STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

local bootloader

I want to use local bootloader of mcu. First i used to sm32f407vg mcu, than i would to use stm32l052 mcu but i didn't this wit mcu. my tryed code is under of question. i am waiting the advice.void JumpToBootloader(void) {  void (*SysMemBootJump)(voi...

Snm.1 by Associate III
  • 257 Views
  • 0 replies
  • 0 kudos

How to implement locking between ISR and main() in a HAL-based architecture. What is the added value of __HAL_(UN)LOCK() in the HAL UART source code as it is currently implemented?

Hello,I need an ISR that fills a circular buffer. Data will be consumed in the main() loop and critical section/mutex locking functionality is required to manage properly. So I looked at the HAL UART code for inspiration and came across __HAL_LOCK(hu...

Johi by Senior III
  • 1505 Views
  • 6 replies
  • 1 kudos

Third-party TCP/IP stack porting

Hello,-> I want to use a third-party TCP/IP stack with the STM32H745-Discovery, and I have gone through LWIP for reference, upon which I got to know that when we enable LWIP and Ethernet from Cube MX it generated ethenetif.c/.h and lwip.c/.h files an...

TChau.2 by Associate
  • 377 Views
  • 2 replies
  • 0 kudos