2017年4月12日 星期三

nrf52: merge softdevice and application hex.

Add nrfTool mergehex to enviroment path .

Type mergehex -m softdevice.hex application.hex -o your.hex

沒有留言:

張貼留言

Linux driver: How to enable dynamic debug at booting time for built-in driver.

 Dynamic debug is useful for debug driver, and can be enable by: 1. Mount debug fs #>mount -t debugfs none /sys/kernel/debug 2. Enable dy...