Skip to content

[BUG] FlashID is read incorrectly in a2_boot/main.c

Is there an existing core-v-mcu bug for this?

  • I have searched the existing bug issues

Bug Description

I see:

udma_flash_readid(lFlashID);

I assume that it should be:

udma_flash_readid((uint32_t *) &lFlashID);