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

What should I alter if transplant different boards?

Hi engineers,

I want to transplant demo "usbd_audio" from pca10056 to pca10100, what should I do?Smiley cat

I found a relevant ticket said that

  1. Change board config.
  2. Change board definition in preprocessor definitions.
  3. Adjust RAM and flash memory sizes.

Is there any guild book how to achieve this?

Best regards,

Sean

Parents
  • The easiest is just open an .emproject in notepad that already exist for the pca10100, then open the .emproject in notepad that is for the pca10056. If you are using notepad++ then you can even compare the two files, then just copy from the pca10100 -> pca10056 all the project settings that are for the nRF52833 (e.g. arm linker, preprocessor and linker settings).

Reply
  • The easiest is just open an .emproject in notepad that already exist for the pca10100, then open the .emproject in notepad that is for the pca10056. If you are using notepad++ then you can even compare the two files, then just copy from the pca10100 -> pca10056 all the project settings that are for the nRF52833 (e.g. arm linker, preprocessor and linker settings).

Children
No Data
Related