Author |
Message |
Topic: Can Mask? |
DougW
Replies: 1
Views: 3598
|
Forum: General CCS C Discussion Posted: Wed Jun 08, 2011 12:56 pm Subject: Got it |
FYI need to add the can set mode and can set mode normal line.
This is for a DSPic30F6012A.
int32 Can_ID=1819;
can_set_mode(CAN_OP_CONFIG);
can_set_id(&C1RXM0,Can_ID,0);//1 ... |
Topic: Can Mask? |
DougW
Replies: 1
Views: 3598
|
Forum: General CCS C Discussion Posted: Wed Jun 08, 2011 11:53 am Subject: Can Mask? |
Can someone show me the correct format to create a Mask and filter mask for an ID 1819 ? I have read the forum, datasheet, example file and driver but just need to see what it should be then I can go ... |
Topic: DSP Bootloader |
DougW
Replies: 0
Views: 1783
|
Forum: General CCS C Discussion Posted: Fri Jul 09, 2010 7:31 am Subject: DSP Bootloader |
Does anybody know the correct address settings for the PCD bootloader on a DSP30F6012a ? Works fine on a DSPIC30F3013.
Thanks
Doug W |
Topic: DSP Bootloader |
DougW
Replies: 0
Views: 2698
|
Forum: General CCS C Discussion Posted: Fri Jan 11, 2008 2:07 pm Subject: DSP Bootloader |
Anybody found a bootloader for the DSP30F3013 that works ?
Doug W |
|