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

Moving isr_vector inside text section

Hi,I just wanted to check if is it dangerous to move the isr_vector inside the text section like this:.text :{. = ALIGN(4);KEEP(*(.isr_vector)). = ALIGN(4);FILL(0x00000000);. = ALIGN(4);*(.text) /* .text sections (code) */*(.text*)*(.glue_7) /* glue ...

UriA by Associate
  • 69 Views
  • 2 replies
  • 1 kudos

STM32303E-Eval SD Card

Hi everyone,As part of one of my projects, I have to use an SD card to store my data. Since the final board has not yet been manufactured, I started developing my software on the STM32303E-EVAL evaluation kit.For reference, it uses the same microcont...

Stack.PNG
DNA-) by Associate III
  • 57 Views
  • 2 replies
  • 0 kudos

FileX on QSPI files are not kept after reset

Hi,I’m working with a custom PCB based on an STM32H743BI and an external MT25TL01G memory device.To manage the data I’m using FileX + LevelX. I’m able to create the media, create directories, create files, write to them, and read them without issues....

Ethernet DMA error - how to handle it?

Hello!I am writing a program for STM32F769I-DISCO board that uses FreeRTOS and LwIP to communicate with the server and send data to it. It generally works, but unplugging and plugging Ethernet cable (especially doing it several times within a few sec...

Ethernet DMASR register.png heth error code.png MPU and Ethernet descriptors.png
_AdamNtrx by Associate III
  • 175 Views
  • 13 replies
  • 1 kudos