Dear Sir/Madam,
I'am new to segger embedded studio.I would like to do SPI interfacing of an IC using nRF51822 with segger embedded studio.
Please guide me how to add the necessary driver files into my project.
Regards
Pavankumar S
Dear Sir/Madam,
I'am new to segger embedded studio.I would like to do SPI interfacing of an IC using nRF51822 with segger embedded studio.
Please guide me how to add the necessary driver files into my project.
Regards
Pavankumar S
Hi,
If you do not already have the SES project for nRF51 up and running, there is a tutorial on how to convert a Keil project available here.
Regarding usage of SES with our SDK, please have a look the this video tutorial playlist on YouTube.
Best regards,
Jørgen
Hi,
There is a SPI Master Example in the SDK that you can reference. The SPI master driver is found in "nRF5_SDK_12.3.0_d7731ad\components\drivers_nrf\spi_master", use the nrf_drv_spi.c/h version.
Best regards,
Jørgen
Hi,
I found the spi related drivers in the path suggested by you,and created a new folder(inside the project in SES) and added the required files(spi master files) in that folder,But getting some errors.
What is the procedure we need to follow to add those required files into my project.
Regards
Pavankumar S
Hi,
I found the spi related drivers in the path suggested by you,and created a new folder(inside the project in SES) and added the required files(spi master files) in that folder,But getting some errors.
What is the procedure we need to follow to add those required files into my project.
Regards
Pavankumar S