Very strange issue.
BLE stack 1.4.0. Using smartRF05+EM2540 as target board. When using the original Sample project "SimpleBLEPeriphera", if with define (HAL_LCD=TRUE), everything is fine. But if set the (HAL_LCD=FALSE), it can not run, when do the debugging, it will keep looping between "HAL_BOARD_INIT();" and "osal_init_system();".
Found this issue at my modified project, at first I though I did something wrong. Then I tried the original code as above with no modification, also has this issue. I'm confused. Is this an know issue? Anyone has any clue? Thanks.