Is there any alternative way to program nordic thingy:52 instead of using keil uvision 5
Is there any alternative way to program nordic thingy:52 instead of using keil uvision 5
Yes.
At its heart, it's just an ARM Cortes-M4. It neither knows nor cares what tools you use.
So anything that can generate Cortex-M4 code will do.
Nordic provide examples for Segger Embedded Studio, IAR, and command-line GCC (with makefile).
Yes.
At its heart, it's just an ARM Cortes-M4. It neither knows nor cares what tools you use.
So anything that can generate Cortex-M4 code will do.
Nordic provide examples for Segger Embedded Studio, IAR, and command-line GCC (with makefile).