Dear,
I've installed the new MCUXpresso IDE and it works.
Now I've configured the project how it was diecribed in the document "Bluetooth® Low Energy Application
Developer’s Guide" Chapter 11.7.2. To use internal storage I set up the gUseInternalStorageLink_d=1 Symbol and the gEepromType_d value to gEepromDevice_InternalFlash_c in the app_preinclude.h. I also set gUseNVMLink_d=1, gEraseNVMLink_d=1 and gUseBootloadeLink_d=1.
The I tried to build and get the following Errors:
Memory region Used Size Region Size %age Used
Bootloader_region: 0 GB 16383 B 0.00%
TEXT_region1: 192 B 192 B 100.00%
BootFlags_region: 4 B 7 B 57.14%
TEXT_region2: 203292 B 497463 B 40.87%
NVM_region: 8191 B 8191 B 100.00%
DATA1_region: 0 GB 32 KB 0.00%
DATA2_region: 30784 B 96 KB 31.32%
./framework/OtaSupport/Source/OtaSupport.o: In function `OTA_StartImage':
C:\CK130\frdmkw41z_wireless_examples_bluetooth_otap_client_att_freertos\Debug/../framework/OtaSupport/Source/OtaSupport.c:231: undefined reference to `INT_STORAGE_SIZE'
./framework/OtaSupport/Source/OtaSupport.o: In function `OTA_InitExternalMemory':
C:\CK130\frdmkw41z_wireless_examples_bluetooth_otap_client_att_freertos\Debug/../framework/OtaSupport/Source/OtaSupport.c:475: undefined reference to `INT_STORAGE_END'
./framework/Flash/External/Source/Eeprom_InternalFlash.o: In function `EEPROM_EraseBlock':
C:\CK130\frdmkw41z_wireless_examples_bluetooth_otap_client_att_freertos\Debug/../framework/Flash/External/Source/Eeprom_InternalFlash.c:153: undefined reference to `INT_STORAGE_SECTOR_SIZE'
C:\CK130\frdmkw41z_wireless_examples_bluetooth_otap_client_att_freertos\Debug/../framework/Flash/External/Source/Eeprom_InternalFlash.c:153: undefined reference to `INT_STORAGE_END'
./framework/Flash/External/Source/Eeprom_InternalFlash.o: In function `EEPROM_WriteData':
C:\CK130\frdmkw41z_wireless_examples_bluetooth_otap_client_att_freertos\Debug/../framework/Flash/External/Source/Eeprom_InternalFlash.c:208: undefined reference to `INT_STORAGE_END'
./framework/Flash/External/Source/Eeprom_InternalFlash.o: In function `EEPROM_ReadData':
C:\CK130\frdmkw41z_wireless_examples_bluetooth_otap_client_att_freertos\Debug/../framework/Flash/External/Source/Eeprom_InternalFlash.c:235: undefined reference to `INT_STORAGE_END'
PRODUCT_INFO_region: 0 GB 2047 B 0.00%
./framework/Flash/External/Source/Eeprom_InternalFlash.o: In function `EEPROM_PrepareForWrite':
C:\CK130\frdmkw41z_wireless_examples_bluetooth_otap_client_att_freertos\Debug/../framework/Flash/External/Source/Eeprom_InternalFlash.c:288: undefined reference to `INT_STORAGE_SECTOR_SIZE'
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:72: frdmkw41z_wireless_examples_bluetooth_otap_client_att_freertos.axf] Error 1
Regards