Author |
Message |
Topic: Array |
wirelessage
Replies: 20
Views: 50976
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2020 11:06 am Subject: Array |
Ttelmah,
Appreciate your response!
Are there any forums I can look at to understand this better.
What changed from V4 to V5 and how I can handle it in my code. |
Topic: Array |
wirelessage
Replies: 20
Views: 50976
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2020 10:55 am Subject: Array |
Thanks Ttelmah!
Appreciate your response.
I just see the updates every month on the compiler and that is why I felt skeptical. In general, I have liked version v4.141 (not 4.14 as I mentioned ea ... |
Topic: Array |
wirelessage
Replies: 20
Views: 50976
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2020 9:42 am Subject: stable compiler version v5.0x? |
Hello all:
Looking for a stable compiler version that people are comfortable with. There are so many fixes in every few releases.
I am using PIC18F2685.
I am happy with 4.14 but need to decide ... |
Topic: Suggestions on Wifi module integration with PIC18 Family? |
wirelessage
Replies: 9
Views: 23273
|
Forum: General CCS C Discussion Posted: Fri Mar 02, 2018 11:36 am Subject: Suggestions on Wifi module integration with PIC18 Family? |
Thank you Ttelmah!
Hoping to hear from others on their experience with integration with PIC18 Family. |
Topic: Suggestions on Wifi module integration with PIC18 Family? |
wirelessage
Replies: 9
Views: 23273
|
Forum: General CCS C Discussion Posted: Thu Mar 01, 2018 11:53 am Subject: Suggestions on Wifi module integration with PIC18 Family? |
Ttelmah,
Thank you (as always) for your feedback! Glad to hear that you have used the ESP8266 and it is working well for you. This is what I wanted to hear.
Gabriel,
Thank you for your input! See ... |
Topic: Suggestions on Wifi module integration with PIC18 Family? |
wirelessage
Replies: 9
Views: 23273
|
Forum: General CCS C Discussion Posted: Wed Feb 28, 2018 11:46 am Subject: Suggestions on Wifi module integration with PIC18 Family? |
Hello all:
I would like to know if any of you have recently integrated a wifi module with PIC18 Family.
We have a firmware that does not have an OS. Its a PWM driver with a bunch of sensors act ... |
Topic: loader.c code clarification |
wirelessage
Replies: 4
Views: 8859
|
Forum: General CCS C Discussion Posted: Mon Apr 13, 2015 1:16 pm Subject: loader.c code clarification |
Thanks a lot guys!
Good discussion.
Regards. |
Topic: loader.c code clarification |
wirelessage
Replies: 4
Views: 8859
|
Forum: General CCS C Discussion Posted: Tue Apr 07, 2015 3:18 pm Subject: loader.c code clarification |
PCM Programmer:
My loader is at the top of the program memory. Loader is from 0x200 to 0x7FF in my case. In your example, it looks to be at the bottom of the program memory.
So, question that co ... |
Topic: loader.c code clarification |
wirelessage
Replies: 4
Views: 8859
|
Forum: General CCS C Discussion Posted: Tue Apr 07, 2015 10:27 am Subject: loader.c code clarification |
My bootloader code started with the sample code provided by ccs.
While reviewing the code in loader.c , I am trying to understand the rationale for this CONDITION:
if (addr < LOADER_ADDR | ... |
Topic: Create a secure SDK code with CCS |
wirelessage
Replies: 2
Views: 7050
|
Forum: General CCS C Discussion Posted: Tue Nov 19, 2013 10:48 am Subject: Create a secure SDK code with CCS |
Ttelmah,
Thanks for your prompt response! This is the response I was "hoping" to get, because I realized that what I am looking for is beyond what most Softwares typically do, and so I a ... |
Topic: Create a secure SDK code with CCS |
wirelessage
Replies: 2
Views: 7050
|
Forum: General CCS C Discussion Posted: Mon Nov 18, 2013 11:45 am Subject: Create a secure SDK code with CCS |
Hello all:
I am looking to create an SDK (A bunch of APIs for customers to access). So, I looked through some of the forums to see what is available.
Requirements are:
a) Critical code be shipped ... |
Topic: Encrypted bootloader clarification |
wirelessage
Replies: 3
Views: 7618
|
Forum: General CCS C Discussion Posted: Mon Nov 18, 2013 11:06 am Subject: Encrypted bootloader clarification |
Thanks for the inputs.
I took a little time to understand and figure what Tlehmah was saying. I think I have gotten many of it.
Environment:
ccs compiler: v4.141
ccsload: v4.047
So, here ... |
Topic: Encrypted bootloader clarification |
wirelessage
Replies: 3
Views: 7618
|
Forum: General CCS C Discussion Posted: Wed Nov 06, 2013 6:51 pm Subject: Encrypted bootloader clarification |
I have read some forums about encrypted bootloader. I see some of the suggestions..
The one basic question I have is that the "ccsload" program offered by CCS has a "read from chip&q ... |
Topic: Latest compiler updates v5.011 |
wirelessage
Replies: 0
Views: 3336
|
Forum: General CCS C Discussion Posted: Mon Aug 12, 2013 9:51 am Subject: Latest compiler updates v5.011 |
Hello all:
I asked the following questions to CCS and here is their response.
a)Compiler update for 5.011 The port_x_pullups() was not working on a few chips and is now fixed
Q: Can you plea ... |
Topic: bootloader memory stomping issue |
wirelessage
Replies: 5
Views: 6273
|
Forum: General CCS C Discussion Posted: Thu Apr 18, 2013 11:22 am Subject: bootloader memory stomping issue |
Thanks for the response Ttelmah!
I had not understood the workings of #int_global properly. Seems like I understand it better now.. ideally if I can get rid of the RDA_ISR in bootloader mode it wou ... |
|