STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 434 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
  • 698 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
  • 537 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
  • 1535 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 ...

Absolute minimum One Pulse response time STM32H757

Is the minimum response time of a OPM trigger defined anywhere?  I'm measuring a delay of 50-100ns.  I was hoping it would be at maximum a couple clock cycles, but I may be naive. Running on CM4 at 200MHz of the STM32H757i-eval, using Timer8, Trigger...

JJordan_0-1728416552772.png
JJordan by Associate II
  • 1251 Views
  • 10 replies
  • 7 kudos

Using STlink /V2 to program my NUCLEO-F103RB

I am trying to talk to my NUCLEO-F103RB board via my st-link/V2 B202016 but so far I have not been able to. Below is an image of my connectionBelow is an image of my jtag connect I have connected the pins in following order JTAG_Pin 19 -> (Nucleo Boa...

BadEngineer_0-1728579809590.png BadEngineer_1-1728579880544.png BadEngineer_2-1728580630787.png

ADC multichannel wacthdog interrupt

Hi all.I'm working on a project with STM32H7 and I've got a question:I'm doing some experiments with ADC multichannel and wacthdog enabled to launch an interrupt of One of the Channel measured level passes the alert level (High threshold).Everything ...