This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uvision4 nRF5188_xxaa issues

Hi all,
I am completely new to the keil environment. I have programmed arduino boards in the past. I just bought something called AtomWear from kickstarter. It is composed of an nRF51822qfaa MCU.

I have downloaded and installed both the uvision 4 and 5. The AtomWear people suggest using uvision 4 so that is what i'm doing.

When I load I get an error that the device is not found, but up next to the load button I can select it.
When I go to options --> device I cannot find my device there but only a general nRF518xxxx.
I can build successfully (no errors or warnings) but i can't udnerstand how to run this.
I went through the manual of Keil and through the examples but after they build they always run via debug.

When I try to run via debug with my MCU I get an error that there is no J-Link connected (which i'm not really sure how I bypass without buying one - I never used one and all I know is it is used for debugging...)

Can anyone assist or give any insight?
Thanks,
Yoav

Parents
  • I think you need to check the documentation for your specific board.

    A number of development boards that come with a USB connector has a USB-enabled boot loader pre-loaded in the processor, allowing firmware updates using the USB interface.

    So while you don't get access to JTAG debugging with single-stepping etc, you still get all that is required to run own code.

Reply
  • I think you need to check the documentation for your specific board.

    A number of development boards that come with a USB connector has a USB-enabled boot loader pre-loaded in the processor, allowing firmware updates using the USB interface.

    So while you don't get access to JTAG debugging with single-stepping etc, you still get all that is required to run own code.

Children