Author |
Message |
Topic: BUG REPORT: 4.114 |
59seconds
Replies: 6
Views: 6945
|
Forum: General CCS C Discussion Posted: Mon Jan 03, 2011 11:36 am Subject: BUG REPORT: 4.114 |
O.k., I figured out what is breaking the UART. Whenever a delay is used, it never gets past the delay.
#include <24FJ256DA210.h>
#FUSES NOWRT
#FUSES noDEBUG // Debug mod ... |
Topic: BUG REPORT: 4.114 |
59seconds
Replies: 6
Views: 6945
|
Forum: General CCS C Discussion Posted: Mon Jan 03, 2011 10:29 am Subject: BUG REPORT: 4.114 |
Well Gosh dog it... it's working now, but I promise something funny was going on last week. After I solved the config word problem, I started on the Uart problem, and over the weekend I told myself ... |
Topic: BUG REPORT: 4.114 |
59seconds
Replies: 6
Views: 6945
|
Forum: General CCS C Discussion Posted: Fri Dec 31, 2010 9:33 am Subject: BUG REPORT: 4.114 |
Thanks for verifying it. Do you know if 4.116 also fixes the UART? It's broke to high-heaven in 4.114. (with the da210 chip anyways). |
Topic: BUG REPORT: 4.114 |
59seconds
Replies: 6
Views: 6945
|
Forum: General CCS C Discussion Posted: Thu Dec 30, 2010 9:42 pm Subject: BUG REPORT: 4.114 |
Compiling for the 24fj256da210 (with or without debug set), will generate configuration words in the wrong locations (reversed order).
Way to reproduce:
Compile simple 'hello world' with various ... |
|