Hello Everyone
I am really new to everything here, i just got nRF 52832 board,
Can anyone please tell me the step-by- step method on how to make a program in keil uVision.
Any help will be greatly appreciated.
thanks in advance
Hello Everyone
I am really new to everything here, i just got nRF 52832 board,
Can anyone please tell me the step-by- step method on how to make a program in keil uVision.
Any help will be greatly appreciated.
thanks in advance
Hi,
There is a blinky example in the SDK. Its located in the folder:
<SDK_InstallFolder>\examples\peripheral\blinky
You can download the SDK 12.2 here.
The UART toolbox app interpret the values as characters/string, so you have to convert the numbers to char/string if you want them displayed "correctly" in the app.
The UART toolbox app interpret the values as characters/string, so you have to convert the numbers to char/string if you want them displayed "correctly" in the app.