Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello everyone,
I have been using the KVStore static API on the online compiler, and hence I can only override the storage API configuration from the mbed_app.json. It works with the configuration:
{ "target_overrides": { "*": { "target.features_add": ["STORAGE",], "target.components_add": ["FLASHIAP"], "storage.storage_type": "TDB_INTERNAL" } } }but seems to break when implictly calling
kv_init_storage_configthrough the static API when overridingstorage_tdb_internal.internal_sizeandstorage_tdb_internal.internal_base_address. The board is an STM32F746ZG.Any help is appreciated. Thanks!