MKISTM
MKISTM
Hello, Thank you for the detailed report and for providing the context and references. You are absolutely right — the CBW Length for certain SCSI commands like TEST_UNIT_READY (0x00), INQUIRY...
ST Internal Reference: 222274
Hello @joembedded, Thank you for your report, I'll log an internal tracker. BR, Mohamed Chaker.
ST Internal Reference: 223912
Hello @M-Bab, Thank you for your report, I'll log an internal tracker. BR, Mohamed Chaker.
ST Internal Reference: 223418
Hello @joembedded, Thank you for your report. If I correctly understood your issue, the FLASH_IF_Read/Write() functions are not checking their return status when invoked? BR, Mohamed Chaker.
Hello @joembedded, I don't see the reason for the failure, if it was due to the wrong call of FLASH_If_init() in FW 1.3.1, it has been updated in FW 1.4.0....
Hello @joembedded, Regarding the call to the FLASH_If_init() function, it is normal to call it inside the user code section because we are within the LoRaWAN_Init() function. The MX tool...
Hello @joembedded, You can check the error within FLASH_IF_Read/Write() in user section, so i think you just add your modification inside FLASH_IF_Read/Write() functions to check the error without overwriten by...