This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HalCoGen - Interrupt Mapping - CHANMAP

Other Parts Discussed in Thread: HALCOGEN

Hello,

I'm new to HalCogen (V03.04.00) and I'm trying to 'remap' the interrupt sources to the different channels (RM46L852ZWT).
But I am not able to change CHANMAP0-31 in HalCoGen's register card "VIM Channel 0-31".

Could you give me a hint, please?

Best regards,

Andreas

  • Based on what I know, Chanmap register can not be configured through HalCoGen. If you want to change the default mapping, you need to write the code mannually.

    Regards,

    Haixiao

  • Ok, too bad, that it's not possible...

    This would really be a great feature.

    Hopefully this feature will be implemented into HalCoGen in the future...

    Regards, Andreas

  • Hi Andreas,

    Due to few Design limitation and analyzing all possible combinations on Channel Mapping, it is tough to do a GUI support. Anyways we have taken it as a Enhancement requirement, I am afraid that it may take some time to get this feature rolled out.

    We have added an API to address this channel remapping from 3.05.00 ( You have to wait until Mar15th 2013 to get this). 

    void vimChannelMap(uint32 request, uint32 channel, t_isrFuncPTR handler);

    Regards
    Prathap