STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Uart configuration STM32G0

Hi, There is possible to set up USART2 on PA2 and PA15? In documentation in both pins is possible to use USART2 (PA2 as TX and PA15 as RX).I try do it, but I don't get interrupt when data is send to RX pin. On Uart1 (PA9, PA10)  it's work correct. Fo...

arekj by Associate II
  • 656 Views
  • 2 replies
  • 1 kudos

SD Card remove and reinsert

fresult1 = f_mount(&myFATAFS, SDPath, 1) while(FR_OK != fresult1){If I remove and reinsert the SD card the f_mount return FR_DISK_ERR instead FR_OK.If I restart the project all is OK.I have the SD_CARD present pin, what can i do when the card is disc...

IlConte by Associate III
  • 1007 Views
  • 2 replies
  • 0 kudos

Hi everyone, I am creating a project via STM32CUBEMX (V.6.4.0) for STM32G070 including AzureRTOS, however, I've encountered an issue using tx_thread_sleep function.

I've tried to create a simple project which includes 2 threads. Each thread toggles two separate pins respectively . To create a 10 ms delay, I am using tx_thread_sleep (TX_TIMER_TICKS_PER_SECOND is 100) . Everything works okay, however, I've noticed...

0693W00000WL0YNQA1.bmp
MR.16 by Associate
  • 999 Views
  • 4 replies
  • 0 kudos
Labels