I'm using a CC2430 RF device for data transmission. My code will run correctly when in debug and will transmit data when / as expected when executed via the "step" function. However, if I attempt to run the code from within the debugger via the "Run" function there is no data transmitted. I'm verifying that the transmit command is being reached by monitoring a pin which is toggled just before, and immediately after the command yet no transmission. Any suggestions would be most helpful.....
Time. Single stepping introduces delays. You may need to wait for something.