Hi all,
I want to run ble_app_uart on my custom board.
I have the nRF52832 (PCA10040) connected with my board by SWD P19, SDK 16.
Where should i change to make the code work on another board but the DK?
Thanks!
Hi all,
I want to run ble_app_uart on my custom board.
I have the nRF52832 (PCA10040) connected with my board by SWD P19, SDK 16.
Where should i change to make the code work on another board but the DK?
Thanks!
I can find in main() that there is a call to uart_init(), the uart_init() seem to have a few defines for pin numbering. These defines are by default set in pca10040.h, you can change these to fit you hardware.
Hi! Kenneth, thanks for your reply.
I actually commented uart, because i don't want to use it. It is just this? If i have my own register map, i just need to change the variables to mine?
Alanarf said:i just need to change the variables to mine?
To remap digital pins you just update pca10040.h yes
Hi Kenneth,
i made what you told me to do. I commented uart, printf and nrf log lines and flashed to my custom board. But it didn't show on BLE discovered devices.
What do i need to do to make it happen?Any advice?
Thanks
Hi Kenneth,
i made what you told me to do. I commented uart, printf and nrf log lines and flashed to my custom board. But it didn't show on BLE discovered devices.
What do i need to do to make it happen?Any advice?
Thanks