Skip to content

Build without SD/BLE for nrf52820 #327

@ReFil

Description

@ReFil

I'm designing a custom PCB using the nRF52820 microcontroller, whilst largely similar to the 52840 and 52833 that are already supported it has a significantly compressed flash/ram space compared to these microcontrollers, such that the regular bootloader build would occupy more than 10% of the available flash space

As far as i can tell softdevice is needed only for BLE dfu, if that, and my application doesn't need softdevice, is it possible to modify the makefile to build without those features to use less flash space?

What other requirements are needed to port this bootloader to the 52820? I can see the MCU_SUB_VARIANT config which sets up the linker files and a few other requirements, the nrfx submodule needs updating too to bring in the new startup file for the 52820? I'm happy to take this task on myself, just need to understand the requirements a bit for porting to a new nrf microcontroller

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions