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

Segger embedded studio

hello there 

i am using segger embedded studio with my nrf52 dk, i was trying a soft device example from the sdk 15, everything is working properly, but i see in seggar  there are so many sub files in the project, i am working on a product, so in order to develop my own program do  i need to have knowledge of all the sub files or focusing on the main.c is okay , 

Parents
  • In my opinion it depends on what you are trying to do and how well you what to learn the nrf52 software architect. Starting with the right example which has the peripherals that are needed in your project would be best. That way you can focus on the main. The drivers and libs don't often need tampering with but understanding how they work might benefit you moving forward. My suggest for now would be to find the right example, understand how the main is using the drivers/lib and once you have that understanding start driving deeper in the architect which nordic has provided. It isn't the most straight forward but it great architect.

Reply
  • In my opinion it depends on what you are trying to do and how well you what to learn the nrf52 software architect. Starting with the right example which has the peripherals that are needed in your project would be best. That way you can focus on the main. The drivers and libs don't often need tampering with but understanding how they work might benefit you moving forward. My suggest for now would be to find the right example, understand how the main is using the drivers/lib and once you have that understanding start driving deeper in the architect which nordic has provided. It isn't the most straight forward but it great architect.

Children
No Data
Related