I have a RCM5700 Standard Development Kit with a MiniCore RCM5700, Interface Board, Prototyping Board, Digital I/O Demo Board, and RS232/485 Board. I have followed the instructions in the Getting Started guide, and am not getting any response after attempting to RUN the sample program (PONG.C). The Dynamic C compiler seems to function fine, and is able to detect the presence of the processor. The red LED side (marked TX) of DS2 flickers during the compilation during both the initial load and compilation steps, so it seems to me that the code is getting downloaded to the RCM5700, but no STDIO window opens up on my computer. If I use a terminal program (PutTy) I am able to establish a connection but the cursor just sits there. Furthermore nothing happens to DS2, and I’d expect it to blink at least a little.
I’ve also tried compiling and running the simple LED flashing programs, but other than DS2 flickering during compiling there’s just no signs of life. I have a feeling that I’m missing some very simple configuration step, but I have no idea where to look.
My computer is a Dell Latitude E5440 running Windows 10, and I’ve tried removing and replacing the jumpers at JP1 (1-2, 3-4, 5-6, 7-8) with no apparent effect. I’ve configured the communication settings at 9600, 8, 2 stop for the debug baud rate and have set the maximum download rate to 57600. I’ve also tried enabling/disabling processor verification and “Use RS232 to Serial Converter” with no impact.
What am I missing here? Is there some simple code to at least see if the RCM5700 is able to run a simple code with some response from the IDE? Any help is appreciated!
What am I missing?