Jump to content
43oh

msp430fr2355 serial monitor


Recommended Posts

Dear all

I have bought a new msp430fr2355 launch pad. I was doing my setup coding test on that board using energia as a fast tool. I tried to blink the built in LED and works well.
when i tried to use serial to print a string on terminal, nothing appear and sometimes freeze up the LED blinking. too, i tested the pins connection in the PCB (msp launch pad) 
and everything was fine. so what the problem with serial interface?!.


Thanks in advance  

Link to post
Share on other sites

this is a known problem with the 2355 launchpad emulator section.  (FR2433 as well).  The output from the emulator to the PC is delayed many seconds in time , OR, comes out quickly when the emulator buffer contains 64 characters.

TI will not fix it any time soon.   It has been reported on the e2e forum as well.

A workaround is to either wait that time for the characters, or write your own async driver, then wire the launchpad async port directly to an off-board module like an FTDI-type.   This may be a bit complex if you've never done it before.

I wish there were better news, but that's it !!

Link to post
Share on other sites

a clarification:

- if you use energia : just wire up an async FTDI module to the LP 'backchannel' then use your favourite async sw (putty)

- if you use CCS : as above; plus write your own async driver.  ccs printf() can be made to send characters to the async port -or- write a 'tiny printf()' - there's a good one somewhere on this forum as I recall (by opossum).

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...