Author |
Message |
Topic: not working write_program_memory |
roccat
Replies: 4
Views: 8628
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2014 9:52 am Subject: not working write_program_memory |
Found another problem.
After erase_program_memory, write_program_memory not work.
So also does not work if write_program_memory writing from start of the page. |
Topic: not working write_program_memory |
roccat
Replies: 4
Views: 8628
|
Forum: General CCS C Discussion Posted: Tue Apr 01, 2014 4:16 pm Subject: not working write_program_memory |
There was a problem in the compiler 5.021.
In 5.023 write_program_memory works. |
Topic: not working write_program_memory |
roccat
Replies: 4
Views: 8628
|
Forum: General CCS C Discussion Posted: Sun Mar 30, 2014 1:03 pm Subject: not working write_program_memory |
hi. not working write_program_memory on dspic33EP64GP504.
CCS PCD C Compiler, Version 5.021
Filename: E:\MbCg\test\test.lst
ROM used: 896 byte ... |
Topic: multiplication problem |
roccat
Replies: 5
Views: 5450
|
Forum: General CCS C Discussion Posted: Sun Jun 09, 2013 9:48 am Subject: multiplication problem |
Where do you see the result of 6? The result of the shown assembly code will be 3.
mplab -> mplab sim -> watch.
I checked on pic16f913, the result was 3. on this chip result 6. |
Topic: multiplication problem |
roccat
Replies: 5
Views: 5450
|
Forum: General CCS C Discussion Posted: Sun Jun 09, 2013 9:42 am Subject: multiplication problem |
It did not help. Anyway 6.
If a = 2, after multiplication b=12.
231: a = 2;
079C 200024 mov.w #0x2,0x0008
079E 888544 mov.w 0x0008,0x10a8
232: ... |
Topic: multiplication problem |
roccat
Replies: 5
Views: 5450
|
Forum: General CCS C Discussion Posted: Sun Jun 09, 2013 9:09 am Subject: multiplication problem |
Hello. I'm using 5.005 demo. dspic33ep64gp504
char a,b;
a=1;
b=a*3;
After multiplying b = 6, and should be 3. Why is that?
asm list:
231: a=1;
0806 B3C010 mov.b ... |
Topic: debug with dspic33EP |
roccat
Replies: 11
Views: 11701
|
Forum: General CCS C Discussion Posted: Sun Jan 20, 2013 6:00 am Subject: debug with dspic33EP |
try version 4.134
http://www.ccsinfo.com/forum/viewtopic.php?t=49730 |
Topic: icd3 no debug [solved] |
roccat
Replies: 1
Views: 3850
|
Forum: General CCS C Discussion Posted: Sun Jan 13, 2013 5:45 pm Subject: icd3 no debug [solved] |
Hello. Аfter version 4.138 there is a problem with debugging in iсd3 dspiс33ep64gp504.
Мplab write:
Running ...
Stopwatch cycle count = 1 (decimal)
Target halted
Fix - got the replacem ... |
|