Author |
Message |
Topic: Bootloader via I2C |
Jesse
Replies: 0
Views: 8087
|
Forum: General CCS C Discussion Posted: Thu May 19, 2022 5:43 am Subject: Bootloader via I2C |
So I have a question concerning bootloading via I2C. The purpose is to use two dsPIC33CH512MP508 and I want to send a hex file to 1 via UART and then bootload the other chip.
I already have the exa ... |
Topic: Bootloader issues dsPIC33CH |
Jesse
Replies: 1
Views: 9563
|
Forum: General CCS C Discussion Posted: Fri May 06, 2022 3:29 am Subject: Bootloader issues dsPIC33CH |
Hi,
I am trying to use the bootloader in a dsPIC33CH. My goal is to eventually update firmware of the MCU remotely.
For now I am testing with the bootloader, but I can't get it working. Does someo ... |
Topic: dsPIC33CH512MP508 I2C on slave core |
Jesse
Replies: 2
Views: 11830
|
Forum: General CCS C Discussion Posted: Mon Nov 22, 2021 1:25 am Subject: dsPIC33CH512MP508 I2C on slave core |
Thank you for your reply.
- I will manually set the tris.
- Yes, I'm aware I can only use the I2C1. And I'm now only testing the I2C code. (according to the datasheet PIN C8 and C9 for slave alt ... |
Topic: Quitting MplabX |
Jesse
Replies: 24
Views: 59447
|
Forum: General CCS C Discussion Posted: Fri Nov 19, 2021 8:03 am Subject: Quitting MplabX |
I have used both, MPLAB X IDE 5.50 and MPLAB IDE v8.92 on PIC24 using the CCS compiler.
With MPLAB IDE 8.92 I compile the code and program with the MPLAB IPE is working fine for me.
A lot of pro ... |
Topic: dsPIC33CH512MP508 I2C on slave core |
Jesse
Replies: 2
Views: 11830
|
Forum: General CCS C Discussion Posted: Fri Nov 19, 2021 7:57 am Subject: dsPIC33CH512MP508 I2C on slave core |
Hello,
I'm working on a dsPIC33CH512MP508. This is a dual core chip. I want to address another chip using I2C on the slave core to read data and send this to the master core of the same chip using ... |
Topic: PIC24FJ1024GB610 error restart cause 16 |
Jesse
Replies: 3
Views: 14115
|
Forum: General CCS C Discussion Posted: Tue Sep 07, 2021 8:43 am Subject: PIC24FJ1024GB610 error restart cause 16 |
Here is a recent thread on this topic:
restart_cause() returning 16 (not defined in 24FJ256GA106.h)
http://www.ccsinfo.com/forum/viewtopic.php?t=59447
Ah, my bad. Thank you very much! |
Topic: PIC24FJ1024GB610 error restart cause 16 |
Jesse
Replies: 3
Views: 14115
|
Forum: General CCS C Discussion Posted: Tue Sep 07, 2021 8:27 am Subject: PIC24FJ1024GB610 error restart cause 16 |
I am programming the PIC24FJ1024GB610 from Microchip using the CCS compiler version 5.103.
I have a problem with the microchip. During I2C communication between two PIC24FJ1024GB610 MCU’s I get a ... |
|