STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F777 HAL SDMMC

Hi.Im experiencing a race condition in SDMMC_CmdReadSingleBlock. (being called trough HAL_SD_ReadBlocks_DMA).SDMMC_CmdReadSingleBlock calls SDMMC_SendCommand in order to start transfer.Then it calls SDMMC_GetCmdResp1 to verify that transfer is starte...

SHans.1 by Associate
  • 327 Views
  • 0 replies
  • 0 kudos

STM32L476 hangs when HAL_Flash_OB_Launch is called

I have multiple boards of STM32L476 board. In our application, we have OTA module in which we use dual bank feature.The OTA flow is like:1) Read data from SPI2) Write to Bank 2's pages in incremental order3) Once all data are transferred, go for flas...

kpate.11 by Associate II
  • 1181 Views
  • 3 replies
  • 0 kudos

Resolved! Problem in using stm32h IBIS model

Hello everyone,I am facing issues while performing Signal Integrity analysis using STM32h IBIS model.Currently i am analysing Signal Integrity for I2C signals where i am configuring my MCU I2C signal levels to 3.3V, but when simulated i am getting 2....

Shift by Associate II
  • 609 Views
  • 2 replies
  • 0 kudos

Resolved! Tricky FMC Question

When connecting a parallel FLASH device to the micro the address mappings are thus:For a NOR FLASH device with an 8 bit data bus, the internal address (FMC_Ax) maps directly to the micro hardware pins (HW_Ax).8-Bit Data BusFMC_A0 => HW_A0 ======> FL_...

DOsbo by Senior
  • 464 Views
  • 2 replies
  • 0 kudos

QSPI Erase block erases the whole memory?

I am using STM32L4 discovery board and External QSPI to save data. From the datasheet, it is mentioned that before every write, erase command has to be issued. But when I issue Erase Block or Subblock command, complete Chip is getting erased. Can any...

Resolved! LPUART not work after SYS Clock Source change :(

Hello!. I Have two firmwares: bootloader and application. MCU is STM32L031K6U6First launched bootloader checking backdoor pin and launching appliction or starting firmware update process. If need just start firmware all work fine (bootloader don't ch...

Spider by Associate II
  • 627 Views
  • 2 replies
  • 0 kudos

DMA interrupt on RX when get less the buffer size

Hello,I use DMA UART on Rx.but I get interrupts on half complete and full complete.is it possible to get interrupt earlier? when I get "\n" char?maybe the best way to mange is to use circular DMA, and when the half complete interrupt is fired, save t...

Lmali.1 by Associate III
  • 822 Views
  • 5 replies
  • 0 kudos