CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Dual Core

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
GTX19



Joined: 16 Aug 2026
Posts: 1

View user's profile Send private message

Dual Core
PostPosted: Sun Aug 16, 2026 10:02 am     Reply with quote

Can anyone lead me to info on programming and debugging dspic33ch512mp508.
Do I compile secondary and put hex file into primar program.
Thank You
Ttelmah



Joined: 11 Mar 2010
Posts: 20118

View user's profile Send private message

PostPosted: Mon Aug 17, 2026 12:35 am     Reply with quote

First thing to get your head around, is that these are not 'dual core' in the
sense that a PC processor is. These are effectively two separate processors,
where you can setup resources to be available to one or the other, and
with a mailbox system to communicate between. Absolutely fabulous
if for example, you want values read from something like an ADC, and then
'pre-processed', and fed to a main program.
For debugging, have a look at this:
[url]
https://www.ccsinfo.com/newsdesk_info.php?newsdesk_id=264
[/url]

Though I hate MPLAB X, this does allow you to debug both cores through
one ICD connection, while CCS requires two. However I have found the
MPLAB system to be almost unusable, so possibly CCS are right in not
supporting this.....

For setup, ex_ch_master, and ex_ch_slave in the examples, show how
the dual core chip code is setup. Yes, stuff is loaded by the master into
the slave. The code always comprises two separate programs, one for
the master core, and one for the slave.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group