STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 Ethernet CurrentDescriptor vs ETH_TX_DESC_CNT

As I understand from the low_level_output of ethernetif.c, I could have up to the number of ETH_TX_DESC_CNT of buffers.In the stm32h7xx_hal_eth.c ETH_Prepare_Tx_Descriptors (not counting the context descriptors) I "upload" the buffers to the Descript...

JRS by Associate III
  • 872 Views
  • 1 replies
  • 0 kudos

jump to another app explanation

I have this code:void bootloader_jump_to_app(void){ pFunction Jump; uint32_t JumpAddress;   HAL_RCC_DeInit(); HAL_DeInit();   JumpAddress = *(__IO uint32_t*)(APP_ADDRESS + 4); Jump = (pFunction)JumpAddress;   __set_MSP(*(__IO uint32_t*)APP_AD...

JCuna.1 by Senior
  • 794 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H747I-DISCO working Ethernet example project

Hi all,I would like to create a STM32CubeIDE project for my H747 discovery board. I've modified the board (rerouting to the ethernet IC) as the guide propose and the it is working (I tried out with MBED OS socket example). But in the ST IDE there isn...

ranciere by Associate III
  • 2648 Views
  • 4 replies
  • 0 kudos

Issue using the HAL internal flash memory interface when leveraging a bootloader and firmware memory structure.

I am currently using an STM32L452 MCU that operates using a custom bootloader and firmware package for operation. I have leveraged the bootloader on other projects before, so I knew (or at least thought i knew) it was solid. I'm learning that when i ...

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