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.
thanks for your reply, i will try changing that in the code, also i want to implement a simple pwm generator where i can give just 3 inputs, one for DUTY CYCLE, one for TOTAL CYCLE PERIOD VALUE, and one for PWM frequency.
The example codes for pwm_library and pwm_driver are really lengthy/long including there header files and functions. Can i somehow implement a simple small pwm program on nrf52 as on other devices like PIC, AVR or 8051.
thanks for your help
thanks for your reply, i will try changing that in the code, also i want to implement a simple pwm generator where i can give just 3 inputs, one for DUTY CYCLE, one for TOTAL CYCLE PERIOD VALUE, and one for PWM frequency.
The example codes for pwm_library and pwm_driver are really lengthy/long including there header files and functions. Can i somehow implement a simple small pwm program on nrf52 as on other devices like PIC, AVR or 8051.
thanks for your help