STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1534 Views
  • 3 replies
  • 0 kudos

Ethernet DMA RBU & TBU Error bit on STM32H5

Hey there!I've been playing around with the Ethernet HAL driver on the NUCLEO-H563ZI and I was able to make it work. I'm currently using the latest STM32CubeH5 package release. Here's the issue: whenever I receive an ethernet packet, the interrupt at...

nunokisi by Associate II
  • 768 Views
  • 2 replies
  • 0 kudos

Resolved! stm32 timer stops after integer overflow.

Hello, i have a stm32wb15cci'm trying to make a hold button, that toggles a led on/off when pressed for 2 seconds. my HCLK1 is running at 4Mhz and my prescaler is at 3999, meaning it should count up every 1ms. I'm using TIM1 which is a 16bit timer, s...

cosmtrox by Associate
  • 458 Views
  • 1 replies
  • 0 kudos

NUCLEO-F401RE .bin file

Hello,  I'm Emily and I'm fairly new at using NUCLEO devices and ToF sensor. I would like to ask if a board NUCLEO-F401RE could only run one .bin file or could it run two .bin file? I'm currently trying out STSW-IMG035 but would like to have Gesture ...

Resolved! F410: multiple definition of `huart2';

HI there, i m using F410 Nucleo, and i keep getting these errors when using USART2, as I declare in 2 separe files i.e. main.c and buffer.  could anyone advise how to resolve this?error: multiple definition of `huart2'; //main.c .. /* Private variabl...

Resolved! HAL_SPI_Receive_IT Also Transmits

I am using STM32F105xx family, working with HAL_SPI API.  I have discovered that the call to HAL_SPI_Receive_IT causes whatever data is in the provided buffer to be clocked out on MOSI.  This issue is also discussed to some extent in this thread, but...

Brian H by Senior
  • 996 Views
  • 7 replies
  • 5 kudos
Latest Photos in STM32 MCUs Embedded software