Hello,
we have been using the Chipcon SmartRF04EB for a project, by implementing extra features into the provided SampleApp. Otherwise everything has been fine, but for some reason we can't get the UART RX interrupt to trigger at all. Transmitting from the board over UART works fine (Hyperterminal and our own utility receive the sent characters), and we have verified with a scope that the data does get sent to the board too, the software simply doesn't react to it. It might be something as basic as a pin input/output definition, but we haven't been able to trace the problem. We have tried to search and read all relevant threads, FAQ's and application notes, but so far, no luck. Any help or further links to study will be appreciated.
So the question is - what steps need to be taken to activate UART reception in SampleApp?
Thanks in advance!