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

Errors: L6406E and L6407E

I'm porting a nrf51 project to nrf52. I'm using softdevice s132 1.0.0.3 alpha. When compiling I get a lot of L6406E errors and a L6407E error. Do you know what's causing this issue and how I can solve it?

  • Hi,

    Those are memory related errors, what settings do you have on your IRAM and IROM? For S132 v1.0 they should be:

    • IRAM base - 0x20002800
    • IRAM size(64 kB RAM) - 0xD800
    • IROM base - 0x1C000
    • IROM size(512 kB Flash) - 0x64000

    Have a look at this blog for more information on RAM and ROM settings.

    Best regards,

    Øyvind