Other Parts Discussed in Thread: SYSCONFIG
Hello, I'm new to this processor, so I'm configuring processor settings using the sysconfig interface initially. After configuring with sysconfig, can I intervene externally except for the functions inside "board_in it();" that are generated? Can I disable unwanted sections? For example, I'm using the SCI RX interrupt, but when generating this interrupt, an SCI TX interrupt also occurs. If I don't define the function related to the TX interrupt "__interrupt void INT_mySCIB_TX_ISR(void) "in the main file, I get an error. Can I disable this from within board_in it, or does sysconfig have the ability to only activate the SCI RX interrupt? Can you help me with this? Thank you.