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

softdevice enable +usbd -> deadbeef error

Hi,

I'm working on a project using BLE via s140, everything was working fine until I wanted to implement usb.

I created a blank project in order to validate the usbd then once validated, I implemented it to my BLE project.

when the code enable the softdevice, I'm redirected to app_error_fault_handler. You can see below id's error and p_info who tell me that err_code equal to 0xdeadbeef

Sometime I get 0x165 for the line_num.

It's noted that I'm using freeRTOS for my program and here is the memory mapping:
I also oversized freeRTOS heap's size to rule out any related problem.
thanks for your support
Related