Author |
Message |
Topic: hex to decimal converter - efficiency |
io_Joe
Replies: 9
Views: 26965
|
Forum: General CCS C Discussion Posted: Thu Dec 12, 2013 10:10 am Subject: hex to decimal converter - efficiency |
Thanks a ton for the info guys.
Ttelmah - wow! nice catch on the data coming in backwards on total_bytes, thank you! |
Topic: hex to decimal converter - efficiency |
io_Joe
Replies: 9
Views: 26965
|
Forum: General CCS C Discussion Posted: Wed Dec 11, 2013 10:02 am Subject: hex to decimal converter - efficiency |
Hi everyone,
I am doing a
// dataBytes = 4 hex digits that are inputs from the user for data values.
// These values need to be converted from hex to decimal.
// The greatest any hex numb ... |
Topic: Out of ROM, A segment or the program is too large: main |
io_Joe
Replies: 16
Views: 44047
|
Forum: General CCS C Discussion Posted: Wed Nov 20, 2013 2:03 pm Subject: Out of ROM, A segment or the program is too large: main |
thank you.
I will try that, I am running on #separate prior to main now.. but I feel uneasy doing that... I will try your suggestion. |
Topic: Out of ROM, A segment or the program is too large: main |
io_Joe
Replies: 16
Views: 44047
|
Forum: General CCS C Discussion Posted: Wed Nov 20, 2013 12:19 pm Subject: Out of ROM, A segment or the program is too large: main |
Appears my do while loop is eating my ROM.
When you say split up your main(), does it matter if its in the same .c file or does it need to be a separate .c ?
Adding #separate prior to main() see ... |
Topic: Out of ROM, A segment or the program is too large: main |
io_Joe
Replies: 16
Views: 44047
|
Forum: General CCS C Discussion Posted: Wed Nov 20, 2013 12:07 pm Subject: Out of ROM, A segment or the program is too large: main |
I am getting a similar error:
*** Error 71 "main.c" Line 302(1,2): Out of ROM, A segment or the program is too large main
Seg 00036-007FF, 0214 left, need 0088C
Seg 00800-00FFF ... |
|