STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32U575 Jump to (FDCAN) bootloader from the application - is the code we use for this purpose correct? is required also code for memory remapping?

We are not sure it really jumps to the bootloaderPlease see code attached, especially note if required to add code for memory remapping:void jump_to_bootloader(void) { void (*SysMemBootJump)(void);   /** * Step: Set system memory address. * *...

RLanz.2 by Associate III
  • 993 Views
  • 2 replies
  • 0 kudos

STM32H745 and Ethernet

I have read quite a few threads about ethernet on the H7, along with several internet posts. Part of me wonders if I should even try... But I am.I've followed this guide:https://community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethe...

0693W00000aJMqQQAW.png 0693W00000aJMqVQAW.png

task is not running after hard reset in freertos

hi,I make bootloader to switch the code between two bank starting at address 0x08000000.and two application starting at 0x08020000 and 0x08100000 respectively, when I individual run the code it work fine, but when I hard reset the code, it goes to bo...

ykn by Senior
  • 620 Views
  • 0 replies
  • 0 kudos

How to fix the I2C slave issue with STM32G070? HAL_I2C_ListenCpltCallback, HAL_I2C_AddrCallback, HAL_I2C_SlaveRxCpltCallback, HAL_I2C_SlaveTxCpltCallback

Hi, I'm trying to setup a stm32g070kb (32pin) MCU as I2C slave by using CubeIDE.I would like to create a code which will work same as I2C Eeprom, but when I ask the stm32 (with another MCU) to return me a register or registers value, the returned reg...

0693W00000aJJ7hQAG.jpg 0693W00000aJJBPQA4.png
MrLKovacs by Associate II
  • 3030 Views
  • 8 replies
  • 0 kudos

STM32C0316-DK-Brisk-Demo STM32 Git Hot Spot

This post is a constructive feedback channel for the STM32C0316-DK Brisk demo project.Implemented Application Functions:Alternative IO Drivers which can coexist with HAL'sSTM32 Vdd and Temperature monitoringAnalog Keyboard (ADC, Debouncing)LEDs (puls...

S.Ma by Principal
  • 1222 Views
  • 2 replies
  • 3 kudos

G4 CAN: How to use with USB?

Hi! I'm in a conundrum, and am wondering if there are hacks around this. I'd like to use CAN on a a G4. And give it updatable firmware by USB. My options appear to be this:#1: Share a CAN Rx line with Boot 0 pin.#2 Share CAN Rx line with USP_DN.Are e...

DOCon.1 by Senior
  • 417 Views
  • 0 replies
  • 0 kudos