STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! In stm32h743, in SPI, enabling the EOT IRQ after the other IRQs are enabled makes the SPI ISR to be fired endlessly. Why?

In stm32h743, in SPI, I have a slave device with interrupts enabled. In particular, I'm enabling all the error interrupts (UDR, OVR, CRCERR, FRE, MODF), and the RXP, TXP and EOTIE interrupts, in that order.If I enable EOTIE the first of all of them, ...

DGast.1 by Associate III
  • 392 Views
  • 4 replies
  • 0 kudos

STM32H743 and KSZ8794 switch

We connect the STM32 MCU to this ethernet switch through RMII clock mode with SPI to access the switch management. However, the MCU does not seem to have ethernet. The port 4 status indicates good link but auto-negotiation is not done.Has anyone done...

QNguy.9 by Associate
  • 349 Views
  • 1 replies
  • 0 kudos

Systick is not ticking in Custom Bootloader for STM32H743 after jumping to the main application and then coming back to the Bootloader

I have written a Custom Bootloader for STM32H743. It resides at 0x08000000 (Sector 0) and occupies for a maximum of 1 sector (128KB). The main application resides at 0x08040000 (Sector 1 thru sector 7). Upon reset, Custom Bootloader starts and chec...

smati2 by Associate II
  • 454 Views
  • 4 replies
  • 0 kudos