I am testing automotive lab demo can_sbl in my AWR1843BOOST.
I modified the qspiflash driver (qspiflash_device_macronix.c):
#define FLASH_CONFIG_QUADREAD_ENABLE 0x40U
==>
#define FLASH_CONFIG_QUADREAD_ENABLE 0x42U
In the demo, I added debug message which shows the value of status register. Then I rebuild the qspiflash driver and the demo project based on the new driver. But debug message always shows the status value is 64 (0x40).
It seems this modification doesn't work.
Can you please check this problem?