I'm using the DA14683 'daughter board' with the pro dev kit.
When loading up the BLE framework and mbedTLS the chip is running out of memory. Is it possible to use both of these modules without running out of memory?
The daughter board says it has "onboard flash". How do I move the codebase there to free up more space in RAM using SmartSnippets toolbox?
Device:
Hi ddustin,
As I have already replied you in your previous forum thread “ROM vs RAM”, you should increase the total heap size by configuring theconfigTOTAL_HEAP_SIZE在自定义宏custom_config_qspi.h头文件。
Please, check this thread:
https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/rom-vs-ram
Thanks, PM_Dialog