Resolved! Hard_Fault handler error on API call for basic UART driver for Nucleo-F303RE
I was trying to write a simple UART driver using polling method to run on my Nucleo-F303RE. I tried 2 different approaches:I wrote the function intpolldriver() to write an integer value between UART4 and UART5 in the main.c, called it in main() and c...