CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 65 matches
CCS Forum Index
Author Message
  Topic: 1 hexfile containing all : bootloader, program, eeprom
KaraMuraT

Replies: 12
Views: 20263

PostForum: General CCS C Discussion   Posted: Sat Aug 21, 2010 5:15 pm   Subject: 1 hexfile containing all : bootloader, program, eeprom
FvM, your solution is pretty well. Noted...

You'll be surprised about another bug (looks similar with this one). My good old PIC18F66J90 (in fact it's a new series Smile ) gets two different fuse line ...
  Topic: 1 hexfile containing all : bootloader, program, eeprom
KaraMuraT

Replies: 12
Views: 20263

PostForum: General CCS C Discussion   Posted: Thu Aug 19, 2010 4:08 am   Subject: 1 hexfile containing all : bootloader, program, eeprom
@misperry, I'm happy to hear, that worked for you.

@bkamen: I think there is no option in the #import statement. But there is a little, manual solution.

Copy the bootlader.hex file to your main ...
  Topic: CCS Support has been horrible, i need someone else's help
KaraMuraT

Replies: 5
Views: 5828

PostForum: General CCS C Discussion   Posted: Wed Apr 14, 2010 3:49 am   Subject: CCS Support has been horrible, i need someone else's help
I have a solution for such situations, but it's not a complete one.

In this "it was working but not working right now, even if I didn't do anything" situation I'm changing the Debug Outpu ...
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Fri Dec 25, 2009 7:17 am   Subject: 18F66J90 UART2 problem [topic extended]
Then it means this bug still exists in the latest version.

Thanks dyeatman.
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Thu Dec 24, 2009 4:50 am   Subject: 18F66J90 UART2 problem [topic extended]
Here is another thing not related with HEX CONFIG BITS issue, but with UART2 settings.

In this post I've really struggled with UART2, and it seems CCS has more problems.

I've found that "s ...
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Thu Dec 24, 2009 2:05 am   Subject: 18F66J90 UART2 problem [topic extended]
Here is the config:

- CCS 4.093
- 18F66J90-I/PT Rev. A1
- MPLab 8.43
- PICKit2


Test code:

#include <18F66J90.h>

#device *=16 ADC=10

#ROM int8 0xFFF8 = {0xA0, 0xF0, 0 ...
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Wed Dec 23, 2009 10:57 am   Subject: 18F66J90 UART2 problem [topic extended]
Great Evil or Very Mad

It was working fine since my last post, but now somehow CCS adds another fuses line to the hex file, like that:
:06FFF800A0F001F7F0F09B
:06FFF800A0F4DFFFF2F1AE

Where is t ...
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Tue Dec 08, 2009 3:53 am   Subject: 18F66J90 UART2 problem [topic extended]
Thanks PCM Programmer, you've saved the day, again Smile
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Mon Dec 07, 2009 6:52 am   Subject: 18F66J90 UART2 problem [topic extended]
I got analyzed a new PCB and 18F66J90, and seems like the problem was individual.

But this topic also revealed another CCS Bug. If you setup your code like this:

#use delay(clock=16000000, r ...
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Tue Nov 24, 2009 4:19 am   Subject: 18F66J90 UART2 problem [topic extended]
Thanks Mike, for your attention. It was not a paste error, but also not related to this UART2 error.

Fortunately you sure have saved me from a lot of headaches in the future Smile I haven't activated ...
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Sun Nov 22, 2009 12:41 pm   Subject: 18F66J90 UART2 problem [topic extended]
Just switched back to 18F66J10 and it works just fine.

I hope Microchip has some sort of explanation about that. Else, the 120 pieces of 18F66J90 is just trash for me.
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Sun Nov 22, 2009 11:23 am   Subject: Flash news
I checked the SPBRG2's actual value after changing it to 32, but I see that it's remaining as 0. Changing the sequence of the procedures didn't help at all.

I don't know whether this is a particula ...
  Topic: 18F66J90 UART2 problem [topic extended]
KaraMuraT

Replies: 13
Views: 13355

PostForum: General CCS C Discussion   Posted: Sun Nov 22, 2009 11:04 am   Subject: 18F66J90 UART2 problem [topic extended]
Hi there,

I'm using fairly new 18F66J90 PIC for our new project. Previous version was using 18F66J10 and was working fine with UART2. Since both PIC's are pin compatible, I thought that I can easil ...
  Topic: Bus over power supply
KaraMuraT

Replies: 10
Views: 13617

PostForum: General CCS C Discussion   Posted: Fri Sep 11, 2009 3:35 am   Subject: Bus over power supply
If it's not a problem, I'd like to see your design.
  Topic: Correcting the timing with a new type of PIC: 18FXXJ90
KaraMuraT

Replies: 2
Views: 3476

PostForum: General CCS C Discussion   Posted: Fri Sep 11, 2009 3:10 am   Subject: Correcting the timing with a new type of PIC: 18FXXJ90
Thank you PCM Programmer,

I never tried setup_oscillator in this situation because my experience with setup oscillator never solved anything.

That means, I have to be open minded Smile
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group