Author |
Message |
Topic: can_fifo_getd.data appearing in symbol file, not called |
dclavette
Replies: 7
Views: 16489
|
Forum: General CCS C Discussion Posted: Mon Apr 22, 2019 7:00 pm Subject: can_fifo_getd.data appearing in symbol file, not called |
jeremiah - here is a small, compilable example.
#include <main.h>
#include <can-pic24.c>
#define GET_SYS_TIME(x) currentTime = currentTime + 1;
void doSomeThing(int ... |
Topic: can_fifo_getd.data appearing in symbol file, not called |
dclavette
Replies: 7
Views: 16489
|
Forum: General CCS C Discussion Posted: Mon Apr 22, 2019 4:12 pm Subject: can_fifo_getd.data appearing in symbol file, not called |
jeremiah,
I have checked, those functions (can_fifo_putd and can2_fifo_putd) are not in ROM. Additionally, I am not using any #ORG directives.
Thanks for the suggestions. |
Topic: can_fifo_getd.data appearing in symbol file, not called |
dclavette
Replies: 7
Views: 16489
|
Forum: General CCS C Discussion Posted: Mon Apr 22, 2019 3:14 pm Subject: can_fifo_getd.data appearing in symbol file, not called |
Hi All,
First post. I have been tracking down a bug and could use some help to see if others have ever experienced this.
I found an instance where a variable keeping track of my currentTime was ... |
|