Skip to content

Commit

Permalink
SoC/evalsoc: add notice about uart eclic irq maybe not working notice
Browse files Browse the repository at this point in the history
1. current nuclei qemu 2024.06 dont support uart eclic irq interrupt, it is not working
2. current 200/300 bitstream uart eclic irq interrupt hw connection maybe wrong, need
   to confirm with AE with the bit you get

Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Nov 5, 2024
1 parent b7ed34e commit c350aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SoC/evalsoc/Common/Include/evalsoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ typedef enum IRQn {

#ifdef CFG_HAS_CLIC
/* UART0 Interrupt */
/* NOTE: Take care the external uart irq may not work, it require a correct evalsoc cpu configuration */
/* NOTE: For latest 200/300 cpu, this UART0_IRQn maybe SOC_INT19_IRQn */
#define UART0_IRQn SOC_INT51_IRQn
/* QSPI Interrupt */
#define QSPI0_IRQn SOC_INT53_IRQn
Expand Down

0 comments on commit c350aaa

Please sign in to comment.