Other Parts Discussed in Thread: MSP430F5529, , AWR1243
Hi TI team,
For some time we tried to port the mmw_dfp_example to the MSP430F5529 MCU. We implemented all the new callbacks except the ones responsible for the interrupt handling:
clientCtx.devCtrlCb.rlRegisterInterruptHandler = rlsRegisterInterruptHandler;
clientCtx.devCtrlCb.rlDeviceWaitIrqStatus = rlsDeviceWaitIrqStatus;
we have some questions regarding this two callbacks
1. We read how interrupts work on MSP430 MCU but are confused between different way of explaining how interrupts works. when talking about interrupts on MSP430 MCU is often referenced an interrupt service routine or ISR. is this the same thing as the interrupt event handler when talking about AWR1243BOOST?
2. If the previous statement is true should the ISR be implemented inside the rlsRegisterInterruptHandler or rlsDeviceWaitIrqStatus? or should be in the callback rlsRegisterInterruptHandler just enable the GPIO interrupt?
3. Which function should the ISR call when the interrupt happens?
4. Is the tought process that we are having right or are those callbacks something different in reality?
Thank you for the answers.
Best regards,
Tadej Krmac