STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem On using HAL_SPI_Receive() function

I'm new to ST-Micro controller, I m using STM32F429. I'm Receiving 8 bytes of data from SPI1 Port and transmitting the same data thru UART2 port to view in serial terminal. I m not supposed to view the HEX data. It is giving either ASCII or Unicode. ...

0693W00000CzzqDQAR.png 0693W00000CzzssQAB.png
JA.3 by Associate
  • 846 Views
  • 1 replies
  • 0 kudos

HardFault Handler not being executed

When a HardFault occurs, the program jump to HardFault_Handler function but it is not being executed.I'm usen STM32CubeIde, when I'm in debugging session, the arrow is stuck in the name of the function but nothing more happens: checkFault(); is not e...