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

Bare metal application for nRF53

Hi,

could some one inform me how to create a bare metal project for nRF5340 (Network Core/Application Code)?
The specification gives everything to create an own stack on the chip.

It was simple to create a bare meal App for nRF52, but for nRF53 there is any driver lib given.

The examples given in a Tutorials (nRF Connect SDK Tutorial - Part 0-1-2 | NCS v1.4.0) are extremely restricted.

There is no sufficient tutorial with the description how to create a project from scratch with or without OS (Zephyr). Better without OS...

Simple Projects created directly in SES are not working at all.

Best regards

D.Krush

Parents
  • Hi, 

    First I think there is no option to go "bare-metal" or without RTOS. nRF53 supports only zephyr based projects from Nordic as far as I know. 
    I would suggest moving to NCS1.5.0 and going through samples in NCS and zephyr and try them out on nRF53.
    Also instead of using SES, I would recommend going with the CLI interface and using the zephyr tool west for building and flashing since it is more convenient with this dual code chip.

    Best of luck!

    Vojislav.

Reply
  • Hi, 

    First I think there is no option to go "bare-metal" or without RTOS. nRF53 supports only zephyr based projects from Nordic as far as I know. 
    I would suggest moving to NCS1.5.0 and going through samples in NCS and zephyr and try them out on nRF53.
    Also instead of using SES, I would recommend going with the CLI interface and using the zephyr tool west for building and flashing since it is more convenient with this dual code chip.

    Best of luck!

    Vojislav.

Children
Related