Page 1 of 1

UART RX interrupt always included with config block

Posted: Tue Sep 14, 2010 7:13 pm
by bmairs
I'm looking to use the configuration block of the UART along with my own custom code for the receive and transmit interrupts. Currently the transmit interrupt is only compiled if you've added the UART TX block. This is not the case with the UART RX block, as the interrupt handler is always compiled in even if the block isn't included.

Re: UART RX interrupt always included with config block

Posted: Sun Mar 27, 2011 9:44 pm
by bmairs
Is this something you intend to fix? I notice that it hasn't been fixed for the 3.4cb version and it's actually worse as both interrupts are included when you only have the UART initialization block. I think it'd be very useful for people who don't want to do the initialization by hand but want to handle everything else with their own custom code, such as myself.