STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

IWDG is not working

Hi,In stm32f051, iwdg is not working, I think.After enable iwdg, encounter the while(1); loop , reset is not issued.NRST pin is connected to RC reset circuit.BRPaul

paul0208 by Associate III
  • 540 Views
  • 4 replies
  • 0 kudos

Resolved! Need help understanding performance issue on STM32H743

I'm struggling to understand why I'm seeing a huge performance hit by slightly changing code in a loop. I narrowed down the problem to a manageable code size, and I'm hoping someone here can suggest how to investigate and resolve my issue.I'm using a...

fbar by Senior
  • 1396 Views
  • 5 replies
  • 0 kudos

Used SPI 4 for two different interfaces

Hi All,I am using STM32F427ZIT6 MCU for one project. I connected SPI4 for two different interfaces by mistake. Pins 1,4,5 for one interface and pins 64,65,66,67 for one interface.I want both the devices working simultaneously. Is there any solution f...

DKS by Associate II
  • 367 Views
  • 1 replies
  • 0 kudos

SD Card Time out STM32F779II

I'm using STM32F779II With a microsd card. That is clocked at 48MHz.When writing to the sdcard as a block, I get HAL_TimeOut, using that function: err = HAL_SD_WriteBlocks(&sd_handle, (uint8_t *)src, block_num, num_blocks, 6000);After writing I wait ...