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! EEPROM Emulation on STM32F303VET6

Hi ST Team,I’m working with an STM32F303VET6 and need help with EEPROM emulation. I’m looking for guidance on the correct Flash setup, example code for read/write, and best practices for reliability.Any ready examples or tips for integrating this int...

Resolved! STM32H753 ADC with DMA

Hi,Im new to STM and trying to use ADC with DMA in circular mode but the value of my ADC remains at 0. I also tested it with Polling, which works.ICache and DCache : Enable   void menu_adc(void) uint32_t adc_buffer[1]; uint16_t adc0; uint8_t flag...

HugoSTM32_0-1762339483269.png

LAN9353 using STM32H743

Edited by a ST moderator: Please kindly don't use capital letter as it gives the impression of "shouting" Hi Team, I am using stm32h743 to interface lan9353 (3 port ic). for the first step if i connect one end of the ethernet cable to board and anoth...

Vani_123 by Associate II
  • 155 Views
  • 1 replies
  • 0 kudos

Timer using DMA

HiI currently use a timer in interrupt mode that triggers every 50 µs and executes my function inside HAL_TIM_PeriodElapsedCallback. I also have another timer running every 1 second. To reduce CPU load, I want to replace the 50 µs interrupt-based tim...

avbST by Associate II
  • 108 Views
  • 1 replies
  • 0 kudos

STM32H723 PSSI DMA

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code. Hello,   i have a Project, where i have an FPGA connected...