Hello,
I could not find a way to build S130 examples for nrf51822XXAC via SEGGER. I am getting errors at the build stage. I am using nRF5_SDK_12.3.0_d7731ad. Is there any tutorial?
Thanks in advance.
Hello,
I could not find a way to build S130 examples for nrf51822XXAC via SEGGER. I am getting errors at the build stage. I am using nRF5_SDK_12.3.0_d7731ad. Is there any tutorial?
Thanks in advance.
I did install the CMSIS COre. And I followed the guide/tutorial (which is using nrf52.c and the assembly startup for nrf52. I wasn't sure if that was a typo so I went with the nrf51 equivalents.
Same here! Stuck for the same reason after following all the hints/tutorial/guides though there are inconsistencies between the Segger UI today and that shown in the tutorial.
modifying nrf_delay.h from
#if ( defined(__GNUC__) && (__CORTEX_M == (0x00U) ) )
".syntax divided\n"
#endif
to
#if ( defined(__GNUC__) && (__CORTEX_M == (0x00U) ) )
".syntax unified\n"
#endif
worked for me