Hi,all
I am trying to bring our UART isr using HWI on Bios on DM6437 platform. I configured bios as blew steps:
Step1 : configure in ECM(Event Combiner Manager)
Modify “EVENT84 proterpies":
Comment:Uart0ISR
Function: _IntISR
Arg: 0x00000000
select unmask event source
setp2: add function “void IntISR( )” in main.c。
I set some breakpoint and some flag in “void IntISR( )”, but I found that the program didn’t enter the IntISR( ) when the uart received data.
Where the mistake? Could anyone help me? Thanks a lot!
PS. I add my “void IntISR” in dvdsk“C:\dvsdk_1_01_00_15\psp_1_00_02_00\pspdrivers\drivers\uart\sample\build\m6437_evm_uart_st_sample.pjt