STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

OPTVERR bit seems to be erroneously set, why?

We are seeing a situation where the OPTVERR bit is unexpectedly set after power reset. We've checked and all the complement words in the Flash area for the option bytes are set correctly, so no corruption there. The description in the reference manua...

AVoel.1 by Associate III
  • 958 Views
  • 2 replies
  • 1 kudos

Resolved! SDIO FATFS SDMMC_ERROR_COM_CRC_FAILED

Hello, I am using a STM32F411 with SDIO (4bit) and fatfsWhen reading block I have regular SDMMC_ERROR_COM_CRC_FAILED error, from SDMMC_GetCmdResp1 function. What could be the reason for such error ? thanksVincent   

vbesson by Senior
  • 376 Views
  • 2 replies
  • 0 kudos

Resolved! STM32u599NIH doesn't exist in the board selector tab

Hi guys , I'm currently engaged in a project that utilizes the STM32U599NIH microcontroller. Typically, I would initiate my work by searching for the project under the board selector tab, but in this case, the board is conspicuously absent. While I w...

Anassoumi by Associate III
  • 666 Views
  • 3 replies
  • 0 kudos

The microcontroller sometimes cannot receive TCP data

Hi.In my system, the opposing device sends TCP data at 20ms intervals,and the microcontroller receives the TCP data non-blocking at 20ms intervals.Therefore, the ethernetif_input() function of LWIP is supposedto be called at 20ms intervals and store ...

delta_s by Associate II
  • 495 Views
  • 3 replies
  • 0 kudos

STMF746ZG with LAN8720A, Ethernet problem

Hello,I am currently using the Mikromedia 7 FPI Capacitive SoC with STMF745ZG MCU, which includes the LAN8720A PHY. However, I'm encountering issues as the LEDs on the PHY do not light up, and my PC shows the cable as unplugged. I have thoroughly che...

enesc9 by Associate
  • 1496 Views
  • 2 replies
  • 1 kudos

Resolved! STM32H5 getUID with enabled ICACHE

Hi. Is there any consideration that I need to take care of when I use HAL_GetUIDw0~2 while ICACHE is enabled?even the simplest project with STM32H573IIK3Q that the ICACHE is enabled will get a hardfault when trying to get UID bytes.This is the whole ...