Activity
From 02/22/2017 to 03/23/2017
03/23/2017
- JA 04:14 PM Software Development: RE: Serial communication (UART) through MitySOM-1810F PROFIBUS
- Hello, Good Day
Thanks for your answer it is so useful, I am going to try step by step in order to achieve the serial communication (UART).
Thanks for your time.
Alex
03/22/2017
- JC 09:21 PM Software Development: RE: Serial communication (UART) through MitySOM-1810F PROFIBUS
- I copied some of this information into a new wiki page. https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/UART_configuration
- JC 08:30 PM Software Development: RE: Serial communication (UART) through MitySOM-1810F PROFIBUS
- Jesus Alejandro Alvarez Trejo wrote:
> Hello, Good day
> ...
UART communication in linux is done by read/writing to the /dev/tty* files. There are many examples about how to do this using std c. Here are a few examples.
https://stac... - Hello, Good day
I am beginner working with the MitySOM-1810F PROFIBUS Development kit. I would like to use the UART communication to share information with an external device, I know the UART0 is used to send information through the con...
03/06/2017
- AK 06:32 AM Software Development: RE: Setting up MityDSP-L138 for Hello World program
- Hi Jonathan,
I thought so. Ok, I'll try to do somthing with it.
Thank you for help.
03/03/2017
- JC 06:48 PM Software Development: RE: Setting up MityDSP-L138 for Hello World program
- Code Composer is very finicky about exact paths for the Platform.tci file. It's possible you went too many, or too few directories in when specify this information under Properties->Build->TCONF->General Options or when creating the DSP/...
- AK 06:34 AM Software Development: RE: Setting up MityDSP-L138 for Hello World program
- Hi Jonathan,
I use CCS v.6.1.0 and MDK of 2014 year.
03/01/2017
- JC 02:03 PM Software Development: RE: Setting up MityDSP-L138 for Hello World program
- Hi Artem,
What version of Code composer are you using? Also what MDK version?
02/22/2017
- Good day,
I'm trying to set up the “DSP Hello World” from the Wiki instructions (https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/DSP_Hello_World). “Compiling for the ARM” was ommited, as the main goal is to run ...