x-heep icon indicating copy to clipboard operation
x-heep copied to clipboard

Add functionalities to flash bsp

Open LuigiGiuffrida98 opened this issue 5 months ago • 0 comments

This PR includes many features and fixes (still adding):

  • When DMA is used in polling, as in the FLASH bsp, the DMA hal disables all the interrupts (bit 11 of MIE CSR) without re-enabling them, the fix prevent this to happen disabling only the DMA interrupts (bit 19 of the the MIE CSR). The DMA interrupts are still to be re-enabled at application level. @JoseCalero @JuanSapriza
  • ...

LuigiGiuffrida98 avatar Sep 19 '24 09:09 LuigiGiuffrida98