### Is there an existing core-v-mcu bug for this? - [X] 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);
Is there an existing core-v-mcu bug for this?
Bug Description
I see:
I assume that it should be: