Hi everyone,
I'm trying to reduce as much as possible the utilization of the XDATA by the BLE stack. By looking at the .map file, I see 3 big objects:
OSAL_Memory ~3075B
ll ~918B
ll_scheduler ~1283B
I have already reduced OSAL_Memory to 591B, below that, I get warning during compilation, so I guess it will result in error during execution. Does anyone know how to reduce the two other module?
Best regards,
Jerome Baron