Hello,
I would like to ask for your support in the following,
I want to add an interrupt to my system when a pulse is received from specific input pin of the chip.
I was trying to make the configuration with the xgconf but I did not manage to find the needed plaec where I am setting the pin parameters (input output, interrupt level or trigger etc) and my isr name.
Note: I do know how to configure the pin as input and interrupt, what I do not know is how to get to my isr, what is the needed configuration so after I configured the pin, and after there is an interrupt - we will get to my isr.
Note 2 (Edited): based on this http://processors.wiki.ti.com/index.php/File:BIOS_Interrupt2.jpg (it seems they are using some different tool or other version of xgconf than the one I have) I a HWI instance... I beliee the only missing is to set the EVENT ID so it will fit to the interrupt I am getting from my GPIO - but I do not know what is the event ID I need to put there. According to the tool it needs to be some number below 128...
Im using the following:
Board: EVMC6748 (I am using the TMS320C6748 DSP).
I am connected using the ethernet port to my router.
ccs: 5.4.0.00091
bios: 6_35_01_29
pspdrivers: 01_30_01
nsp: nsp_1_10_02_09
ndk: ndk_2_22_03_20
xdctools: 3_25_00_48
xgconf
Thanks in advance!