This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HardFault_Handler with s120

Hi all, I am using nrf51822, on pca10005 board, and debuging the s120/ble_app_hrs exple. I charged s120 v2.0 in memory. The problem that I have is when ble_stack_init() is executed, I get a HardFault_Handler. I triyed also with s120 v1.0 but I got the same problem. Could anyone help me please ?

Parents
  • @mohBOSS: simple_uart library would require a terminal to run on the other side (on PC) otherwise it will stuck in the loop waiting for the byte to be sent (NRF_UART0->EVENTS_TXDRDY). You should run a terminal on PC to receive the byte in order to make simple uart to work.

    We are deprecating simple uart in the future release of the SDK.

Reply
  • @mohBOSS: simple_uart library would require a terminal to run on the other side (on PC) otherwise it will stuck in the loop waiting for the byte to be sent (NRF_UART0->EVENTS_TXDRDY). You should run a terminal on PC to receive the byte in order to make simple uart to work.

    We are deprecating simple uart in the future release of the SDK.

Children
No Data
Related