Hey all!
i am currently working on a SAM4E - EK evaluation kit. i had a few issues and questions regarding the serial communication.
Before i start i must say i am a newbie and have been going through basic programs since the last week or so played around with the switches and blinking leds but I haven't been able to get the serial communication to work. I have connected the board with an ATMEL ICE, for serial communication I have used an USB FTDI cable which is interfaced with the board with a rs232 converter. Here i have connected the tx,rx and the ground of the ftdi cable to the rs232 converter.
i am using putty as a serial monitor but i have also seen the same garbage valued outputted in the inbuilt data visualizer as well.
baudrate: 115200 as stated in the description of the example program.
so when the programming is running, and i go to see the output it is just a bunch of garbage variables and they only seem to appear on the start up and each time when i click the reset switch SW1.
1. So my question is that would this be a simple case of the wrong baudrate, not connecting the wires properly to the converter or would there some other underlying issue that im not aware of.
2.My second question is that is there another way to connect the sam4E-ek board with the PC ? maybe im stupid but so far what ive read is that ATMEL ICE can flash the microcontroller but to read serial is only through the UART port, and in this case the rs232 connector.