This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Two UART example for the nRF52833 DK with SDK17.0.2 for Keil uVision

I am looking for an example where I can enable UARTE0 and UARTE1 on the nRF52833 DK.  I am using nRF5_SDK_17.0.2 with Keil uVision V5.  I am successful with the loopback example in examples > peripheral > uart > pca10100, and looking in the forums I understand that I need to use examples > peripheral > libuarte for the two UART configuration.  Could I get some guidance on how to modify the pca10056 example to work for the pca10100, and ultimately modified to enable the second UART port?  Thank you very much.

Parents
  • Hi Wilbur

    1. No, I'm sorry. There aren't any that are closer to the libuarte than the one existing for pca10056, as it shouldn't be a big job to port a pca10056 project to pca10100. 

    2. That shouldn't make a difference as far as I know. Changing the solution and project name, the linker size, target device, and the flash/RAM settings (as done in this guide), should be sufficient. WHat kinds of errors are you seeing when trying to build?

    3. If you're only seeing build errors, you should follow those to the code lines they're pointing at. If you're struggling to understand some of them, let me know what they say and I'll try to help you with this.

    Best regards,

    Simon

Reply
  • Hi Wilbur

    1. No, I'm sorry. There aren't any that are closer to the libuarte than the one existing for pca10056, as it shouldn't be a big job to port a pca10056 project to pca10100. 

    2. That shouldn't make a difference as far as I know. Changing the solution and project name, the linker size, target device, and the flash/RAM settings (as done in this guide), should be sufficient. WHat kinds of errors are you seeing when trying to build?

    3. If you're only seeing build errors, you should follow those to the code lines they're pointing at. If you're struggling to understand some of them, let me know what they say and I'll try to help you with this.

    Best regards,

    Simon

Children
No Data
Related