Hi
I did test two sample code with nrf52DK kit in segger embedded studio. with sdk ,nRF5_SDK_15.3.0_59ac345
1) ble_app_uart (I connect one sensor with UART,I did some changes according to my requirement )
2) twi_master_with_twis_slave (I connect EEPROM)
both work fine.
Now I want to make a new project which include I2C, UART, SPI and ble interface.
So I want to make a new project.
I didn't find any video which gave me clear idea to star a new project,how to add file (.c .h etc.) in segger embedded studio.
Would anyone guide me from the basic ?