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 42 matches
CCS Forum Index
Author Message
  Topic: How to use bootloader in Mac OSX?
Imanjl

Replies: 4
Views: 8366

PostForum: General CCS C Discussion   Posted: Mon Sep 01, 2014 1:17 am   Subject: How to use bootloader in Mac OSX?
I was under the impression that MACs could emulate/run PC software these days ??
MACs are Intel-based for several years, It is possible to install Windows on it and have two OS in parallel. But not ...
  Topic: How to use bootloader in Mac OSX?
Imanjl

Replies: 4
Views: 8366

PostForum: General CCS C Discussion   Posted: Sun Aug 31, 2014 2:31 pm   Subject: How to use bootloader in Mac OSX?
Problem :
I can use SIOW for uploading *.hex to MCU but my customer with computer running OSX is not able to this.

I'm looking for a free App or a simple way in OSX which simulates the SIOW.exe, a ...
  Topic: Float to Int32 execution time
Imanjl

Replies: 4
Views: 8163

PostForum: General CCS C Discussion   Posted: Sun Aug 25, 2013 3:51 pm   Subject: Float to Int32 execution time
Yes I also noticed that it is not only happened for zero, but also all values between 0.0-1.0. For Values closer to zero like (1E-15, 1E-30, 1E-38) it takes longer and longer and the worst case is zer ...
  Topic: Float to Int32 execution time
Imanjl

Replies: 4
Views: 8163

PostForum: General CCS C Discussion   Posted: Sun Aug 25, 2013 11:05 am   Subject: Float to Int32 execution time
if you test the highest exponent bit (bit 30 of the 32-bit float value). If it's zero, the converted integer value will be zero, too.

It works ! tnx for suggestion.However I found a solution and co ...
  Topic: Float to Int32 execution time
Imanjl

Replies: 4
Views: 8163

PostForum: General CCS C Discussion   Posted: Sun Aug 25, 2013 4:15 am   Subject: Float to Int32 execution time
I faced to a problem in using Float_To_Int32 function, the problem is that converting a float variable or even float constant with value “0.0” takes 4 times longer than other values like 0.004, 0. ...
  Topic: ICD-U64 verify time difference
Imanjl

Replies: 0
Views: 21659

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Mon Jan 09, 2012 10:11 am   Subject: ICD-U64 verify time difference
I noticed a longer verify time for 33FJ256MC710A than 33FJ256MC710 (old silicon revision) !

As I read the status of programing window after programming 33FJ256MC710, ICD-U64 only checks the CRC an ...
  Topic: Problem with RTC on dsPIC30F6014A
Imanjl

Replies: 8
Views: 8402

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2009 8:00 am   Subject: Problem with RTC on dsPIC30F6014A
Actually the SOSCO pin is tied to a 74HC14 chip, I use this the clock for driving another parts of the circuit. The oscilloscope probe is connected to the output of 74HC14 so I don't think there would ...
  Topic: Problem with RTC on dsPIC30F6014A
Imanjl

Replies: 8
Views: 8402

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2009 7:46 am   Subject: Problem with RTC on dsPIC30F6014A
O.K., that's another issue. PCD intends to set the bit, but the code is rubbish... .

That is pretty correct, because I read LPOSCEN again from that register address (0x742).
It returns 0 for setu ...
  Topic: Problem with RTC on dsPIC30F6014A
Imanjl

Replies: 8
Views: 8402

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2009 7:25 am   Subject: Problem with RTC on dsPIC30F6014A
I forgot the lock setting, but there is no need for writing direct ASM commands because LPOSCEN was already configured in code via "setup_timer1(T1_EXTERNAL_RTC|TMR_DIV_BY_1)"

PCD C/ASM l ...
  Topic: Problem with RTC on dsPIC30F6014A
Imanjl

Replies: 8
Views: 8402

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2009 6:23 am   Subject: Problem with RTC on dsPIC30F6014A
The manual requires to set LPOSCEN in OSCON. Did you?

For enabling LPOSCEN I added these lines, still with no hope!


#include <30F6014A.h>
#bit LPOSCEN=0x742.1

void main()  ...
  Topic: Problem with RTC on dsPIC30F6014A
Imanjl

Replies: 8
Views: 8402

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2009 4:44 am   Subject: Problem with RTC on dsPIC30F6014A
Hi

I cannot manage to run 32.768hz oscillator on SOSCI/SOSCO pins. a crystal with two 18pF caps and a 100K resistor are connected to RC13 and RC14 the same as Microchip suggestion "DS70143B-pa ...
  Topic: Timer1 Crystal question
Imanjl

Replies: 4
Views: 4811

PostForum: General CCS C Discussion   Posted: Mon Mar 03, 2008 4:01 pm   Subject: Timer1 Crystal question
Thanks PCM programmer It was done with a piece of wire .
  Topic: Timer1 Crystal question
Imanjl

Replies: 4
Views: 4811

PostForum: General CCS C Discussion   Posted: Mon Mar 03, 2008 3:35 pm   Subject: Timer1 Crystal question
if I set the timer to operate with internal oscillator it can reach to 10mhz freq when PIC run at 40Mhz .

I think an external clock with 1Mhz Freq can solve the problem ,but I dont have access to ...
  Topic: Timer1 Crystal question
Imanjl

Replies: 4
Views: 4811

PostForum: General CCS C Discussion   Posted: Mon Mar 03, 2008 1:34 pm   Subject: Timer1 Crystal question
Is it possible to run the Timer1 OSC with 1Mhz external crystal ? I see 18F reference and it suggested value in 32-200Khz range .

If yes what Capacitor value should I use for 1Mhz?

PIC=18f452 ,F ...
  Topic: MMC initialization Failure (Brands related)!
Imanjl

Replies: 5
Views: 5295

PostForum: General CCS C Discussion   Posted: Mon Jan 14, 2008 2:12 pm   Subject: Re: Kingston not working
Hi there, can you perhaps send me the driver code you used for your interface .

The Code is so simple just calling the MMC_init() and read and write to blocks the problem is at basic functions .
...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group