STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Configuring ITM on STM32U5

We use ITM, locally configured by the embedded code at startup, for our trace output.  We have code for this that works with STM32F4 (see below), as advised by Segger; this advice doesn't seem to have changed since we adopted it. Using the same code ...

Resolved! Problem in usb mass storage device

Hello ,I have to implement USB mass storage device im my current project I have done some configuration and generate code but it seem have some problem1)usb mass storage device is showon in device manager2)In my computer also show that drive is conne...

STM G4 FIFO and DMA questions

- Use MCU :  STM32G473VET- Use connectivity : SPI 3  -> Mode : Full-Duplex Slave 1. It it possible to clear Tx FIFO??"FTLVL" It's not '0' value. how to make '0'? The code used is :1)if(spi3_cs_low == true){HAL_SPI_Transmit_DMA(&hspi3, aTxBuffer, 11);...

MartinK by Associate
  • 315 Views
  • 1 replies
  • 0 kudos

STM32U535NEY6Q: STOP Mode

For going to sleep with STM32U535NEY6Q with the following example: ``` cint main(void) {    HAL_Init();    SystemClock_Config();    MX_GPIO_Init();    // ^ // Configure GPIO pin : INT_BUTTON_Pin    // | GPIO_InitStruct.Pin = INT_BUTTON_Pin;    // | G...

Ed_ by Associate
  • 378 Views
  • 1 replies
  • 1 kudos

FileX SD card insertion/removal handling

Hi,how am I supposed so handle the reinsertion event while using the FileX with an SD card? All the examples I saw assume the SD card cannot be ejected while in use which is obviously unrealistic.I tried to do it according to the official docs and wh...

Pajaka by Associate III
  • 1389 Views
  • 9 replies
  • 1 kudos

LWIP Using ICache on STM32H723

Dear all,I'm running the LWIP on a STM32H723 processor and need to enable the ICache and DCache within CubeMX. I'm also using DHCP which will only work when both caches are enabled. When I disable the ICache DHCP will timeout? UDP stop working after ...

wh by Associate III
  • 723 Views
  • 3 replies
  • 1 kudos