How to share data?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to share data?

611 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by kabriolin on Fri Feb 01 08:58:58 MST 2013
Hi, i've ordered my lpc4357 board.
Waiting for it, i'm learning some bases.

I've already used the Lpcxpresso IDE with other nxp cpu (lpc1769, and 1114).
With the help of the code red web site (http://support.code-red-tech.com/CodeRedWiki/LPC43DualCoreProjects) i've created a new workspace, with 2 projects, one for the M4 core, and one for the M0, with the dependancies, up to here, everythings are all goods.

My question, is it possible to share datas between the two cores? And how ti do this?

In the apps within the board will be use (replacement of the lpc1769 board actually in place), i'd like to use, the M0 core to make many communications (by UART and RS485), and the M4 core, to process with datas updated by the M0. I hope this is clear enought.

Thx, kabriolin.
Labels (1)
0 Kudos
Reply
1 Reply

599 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Jeroen3 on Sun Feb 03 07:49:12 MST 2013
Get inspired from the header file and the way peripherals are defined.
Reserve a block of sram and define a struct on it.
0 Kudos
Reply