This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1843BOOST: Modifying QSPIflash seems doesn't work

Expert 2050 points
Part Number: AWR1843BOOST


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?

 

  • Hi,

    In this case, I would recommend to do a clean build of library as well as application (uses that lib).

    And make sure that there is no file has same definition or somehow your build environment accessing different path searching those header or source files.

    Regards,

    Jitendra