STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

4bit SDIO not working, but 1bit SDIO working fine.

I use CMSIS to write program that transfer data from SD card through SDIO. For my task i need 4bit mode, but it isn't working. When i try to read some block from SD card STBITERR bit in SDIO_STA register goes high, that means that start bit hasn't be...

LPlyu.1 by Associate
  • 1341 Views
  • 3 replies
  • 0 kudos

[STM32H745XI] - Crystal oscillator failure

There is a problem with the start-up of both HF (25MHz) and RTC(32k) oscillators after a turn-OFF followed by immediate turn-ON (cca couple ms).Oscillators:EPSON FA-238 EPSON FA-135The RTC crystal does not start-up at all and the HF one does show ins...

RKrec.2 by Associate
  • 1853 Views
  • 4 replies
  • 0 kudos

Problem with GPIO Interrupts and RTOS STM32H753

Hello,I am using an STM32H753 mcu and I working on a project with 8 GPIO Interrupt Pins. I am using RTX RTOS. The problem is that when the interrupt happens the same time with a thread activation. The mcu goes in dummy handler with bus Precision erro...

SEfte.1 by Associate II
  • 992 Views
  • 2 replies
  • 0 kudos

When STM32G070RB SPI is received, both MOSI and MISO have returned data. The data is the same through the logic analyzer.

This is my test program:uint8_t dev_test=0x00;while(1){HAL_GPIO_WritePin(DW_NSS_GPIO_Port, DW_NSS_Pin, GPIO_PIN_RESET);HAL_SPI_Transmit(&hspi1,&dev_test,1,10);HAL_SPI_Receive(&hspi1,test_R,4,10);HAL_GPIO_WritePin(DW_NSS_GPIO_Port, DW_NSS_Pin, GPIO_PI...

0693W00000WJnlHQAT.png
DXinp.1 by Associate
  • 657 Views
  • 1 replies
  • 0 kudos