Author |
Message |
Topic: Serious hardware issues with GY-521 MPU6050 modules |
SergioMForster
Replies: 7
Views: 16660
|
Forum: General CCS C Discussion Posted: Sun Jan 12, 2020 2:13 pm Subject: Serious hardware issues with GY-521 MPU6050 modules |
Thank you very much for your comments.
Ttelmah, I am using a flexible epoxy resin, specially formulated to encapsulate electronic circuits.
I am not doing any previous cleaning before encapsulat ... |
Topic: Serious hardware issues with GY-521 MPU6050 modules |
SergioMForster
Replies: 7
Views: 16660
|
Forum: General CCS C Discussion Posted: Sat Jan 11, 2020 9:53 pm Subject: Serious hardware issues with GY-521 MPU6050 modules |
I have an automotive development using MPU-6050 mounted on GY521 modules.
I am driving the MPU-6050 using a PIC24EP512GU806 Pic micro at 3.3v.
For this reason I am bridging in the GY521 module ... |
Topic: Text to speech TTS with PIC24 |
SergioMForster
Replies: 1
Views: 8255
|
Forum: General CCS C Discussion Posted: Fri Dec 20, 2019 3:28 pm Subject: Text to speech TTS with PIC24 |
I am working on a project with PIC24EP512, which I need to be able to "speak" in Spanish, "reading" ASCII text sent by a serial interface.
To achieve this, I was testing with an ... |
Topic: Filesystem PIC24 using SPI |
SergioMForster
Replies: 11
Views: 21435
|
Forum: General CCS C Discussion Posted: Fri Dec 20, 2019 3:05 pm Subject: Filesystem PIC24 using SPI |
Thank you very much everyone for your comments, I just bought the Brush Electronics libraries, I will start working with them.
Temtronic, that board is interesting, but in my case as I am working w ... |
Topic: Filesystem PIC24 using SPI |
SergioMForster
Replies: 11
Views: 21435
|
Forum: General CCS C Discussion Posted: Fri Dec 20, 2019 7:44 am Subject: Filesystem PIC24 using SPI |
Thank you very much temtronic for your response
I understand the advantages of having an OTG and pendrive, but unfortunately the cost of this solution is not compatible with the final cost of this ... |
Topic: Filesystem PIC24 using SPI |
SergioMForster
Replies: 11
Views: 21435
|
Forum: General CCS C Discussion Posted: Fri Dec 20, 2019 7:38 am Subject: Filesystem PIC24 using SPI |
Thank you very much Ttelmah for your response, always collaborating with your wise opinions
It would not be a problem to limit the maximum volume size to 32 Gb, so as not to leave the FAT32 standar ... |
Topic: Filesystem PIC24 using SPI |
SergioMForster
Replies: 11
Views: 21435
|
Forum: General CCS C Discussion Posted: Thu Dec 19, 2019 8:27 pm Subject: Filesystem PIC24 using SPI |
For a development that I am doing with PIC24EP512, I need to incorporate an SD memory, of the current ones in the market (4 to 64 GB SLC) , to exchange files with Windows PCs using an SPI port.
I ... |
Topic: How to share some ram bytes between bootloader and user app |
SergioMForster
Replies: 5
Views: 14198
|
Forum: General CCS C Discussion Posted: Fri Aug 16, 2019 2:06 pm Subject: How to share some ram bytes between bootloader and user app |
Thanks for your answer.
Unfortunately, in my user app, restart_cause always responds 16 (unknown).
CCS recommends using restart_cause immediately at the beginning of the main:
value = restart ... |
Topic: PIC24EP problems protecting bootloader on aux flash memory |
SergioMForster
Replies: 6
Views: 15400
|
Forum: General CCS C Discussion Posted: Fri Aug 16, 2019 8:51 am Subject: PIC24EP problems protecting bootloader on aux flash memory |
Finally I came to the conclusion that it is not possible, due to errata on the chip, to protect the code using bootloader in the aux flash memory
This was a comment from CCS Support with the same o ... |
Topic: How to share some ram bytes between bootloader and user app |
SergioMForster
Replies: 5
Views: 14198
|
Forum: General CCS C Discussion Posted: Fri Aug 16, 2019 7:34 am Subject: How to share some ram bytes between bootloader and user app |
I have developed a user App(in general segment flash) and a bootloader (in auxiliary flash memory) that works well
Compiler PCD v5.085 Processor PIC24EP512GP806
After a reset, the first one tha ... |
Topic: PIC24EP problems protecting bootloader on aux flash memory |
SergioMForster
Replies: 6
Views: 15400
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2019 5:29 pm Subject: PIC24EP problems protecting bootloader on aux flash memory |
CCS support gave me a clue why the bootloader does not start when the auxiliary memory is protected, telling me that this problem is mentioned in the chip's errata sheet.
31. Module: Auxiliary Fl ... |
Topic: PIC24EP problems protecting bootloader on aux flash memory |
SergioMForster
Replies: 6
Views: 15400
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2019 8:57 am Subject: PIC24EP problems protecting bootloader on aux flash memory |
Ttelmah, Thank you very much for your help and your prompt response.
I understand what you are telling me, but I do not understand how I should do this code protection.
The only way I found in t ... |
Topic: PIC24EP problems protecting bootloader on aux flash memory |
SergioMForster
Replies: 6
Views: 15400
|
Forum: General CCS C Discussion Posted: Mon Aug 12, 2019 7:33 pm Subject: PIC24EP problems protecting bootloader on aux flash memory |
I have developed a CAN bootloader that works very well, loading the user application that also works well.
The bootloader is in the auxiliary flash memory, while the user program is in the general ... |
Topic: PCD problems debugging bootloader in aux_memory (PIC24EP) |
SergioMForster
Replies: 3
Views: 10537
|
Forum: General CCS C Discussion Posted: Wed May 15, 2019 2:01 pm Subject: PCD problems debugging bootloader in aux_memory (PIC24EP) |
Thank you very much for your response (you are always willing to help everyone )
I already sent the case to CCS Support. |
Topic: PCD problems debugging bootloader in aux_memory (PIC24EP) |
SergioMForster
Replies: 3
Views: 10537
|
Forum: General CCS C Discussion Posted: Wed May 15, 2019 10:27 am Subject: PCD problems debugging bootloader in aux_memory (PIC24EP) |
I am developing a bootloader based on the ex_pcd_aux_bootloader.c example with PCD 5.085 compiler.
The problem is that the ICDU debugger does not work anymore when the following options are placed. ... |
|