Flash Magic Forum

In-System Programming Support => ARM Cortex => Topic started by: mahalinr on June 02, 2014, 05:23:48 AM

Title: Communication between Master to Slave Microcontroller using LPC11C24
Post by: mahalinr on June 02, 2014, 05:23:48 AM
Hallo

I am currently using two LPC11C24 Microcontrollers in which one is Master and other is Slave Microcontroller. Now I need to send a message through CAN Protocol form one microcontroller to another microcontroller using IAR Workbench and through FLASH MAGIC .

I kindly need your help

thanks in advance
Title: Re: Communication between Master to Slave Microcontroller using LPC11C24
Post by: Andy Ayre on June 04, 2014, 12:42:38 AM
What is the specific Flash Magic issue you are having?

Andy
Title: Re: Communication between Master to Slave Microcontroller using LPC11C24
Post by: mahalinr on June 04, 2014, 01:59:34 AM
I am having Flash Magic 7.30 Version.

I am able to compile my Master code in Flash Magic without any problem and in the Termainal I am getting the proper output.


But in my slave mode I have a problem in the Flash Magic Terminal,where nothing is displayed on the terminal screen.


Basically I want to communicate messages between Master to Slave.

Title: Re: Communication between Master to Slave Microcontroller using LPC11C24
Post by: Andy Ayre on June 04, 2014, 02:06:16 AM
The Flash Magic terminal is for limited debugging. I suggest TeraTerm or PuTTY instead.

Andy