Flash the nrf52811 VScode

Hello! 

Sorry for asking, im fairly new to SoC on custom boards.

I have now created a custom PCB using the nRF52811 and i want to flash it with an example. ble peripheral example. Im using the nRF Connect together with Visual Studio Code. Im trying to understand the documentation, but i cant find the preprosessor settings, neither the things i need to change according to the documentation. How can i flash my card with this example? is it even possible? I Would be very happy if someone could help me with it. The SoC is connected to the PC so i got that part right. I think what im looking for is in some sort of config file.

im using the nRF 52840 DK for flashing the custom SoC.

Fredrik 

Parents
  • Hi Fredrik

    I see, you're looking at the Infocenter documentation, and understand your confusion. This "develop for nRF52811" guide is only for developing with the nRF5 SDK. These steps are not necessary in the nRF Connect SDK.

    To build BLE samples for our "smallest" boards (nRF52805, nRF52810 and nRF52811), you need to activate the prj_minimal.conf in the OVERLAY_CONFIG, as this error you're seeing means that you're running out of memory on the nRF52811 board. See Activating sample extensions here for details on how to enable the minimal build variant.

    Best regards,

    Simon

Reply
  • Hi Fredrik

    I see, you're looking at the Infocenter documentation, and understand your confusion. This "develop for nRF52811" guide is only for developing with the nRF5 SDK. These steps are not necessary in the nRF Connect SDK.

    To build BLE samples for our "smallest" boards (nRF52805, nRF52810 and nRF52811), you need to activate the prj_minimal.conf in the OVERLAY_CONFIG, as this error you're seeing means that you're running out of memory on the nRF52811 board. See Activating sample extensions here for details on how to enable the minimal build variant.

    Best regards,

    Simon

Children
No Data
Related