Hi there,
I received an F28377S recently and am starting to tinker around with it. My ultimate goal is to have some data collected from an accelerometer output to a terminal window for me to capture while running an experiment.
I have the ADC sampling and capturing fine so far, but want to now output this data onto a PuTTy terminal window. I decided that using the SCI echo back example should be a great place to start, so I loaded it onto the board. After seeing no welcome message print to the terminal, and LoopCount variable not incrementing when I pressed any keys in the terminal window, I figured something must be wrong on my end. After a quick search on e2e, I found this post: that says to change the SCI pins from GPIO28 and 29 to 84 and 85.
After doing this, I still received nothing in the hyper terminal. A quick look at the data sheet showed that for my package (PZP), these pins should have been 85 and 86, instead of 84 and 85?
So I tried setting them to pins 85 and 86, and my LoopCount is now incrementing when I press a key in the terminal window, but there is no welcome text OR echo back.
GPIO_SetupPinMux(85, GPIO_MUX_CPU1, 5)
GPIO_SetupPinMux(85, GPIO_MUX_CPU1, 5)
It seems as if the dev board is not transmitting anything at all to my terminal.
Any advice on what I'm doing wrong? My PuTTy is set up to the correct COM port and everythng, (9600 Baud, 8, 1, N, no flow control)
Thanks,
-Adam
