Author |
Message |
Topic: output(x & 0xF0) destroys the whole direction pin config |
rxpu99
Replies: 6
Views: 14630
|
Forum: General CCS C Discussion Posted: Tue Aug 09, 2016 5:24 am Subject: output(x & 0xF0) destroys the whole direction pin config |
Thank all of you for the tips. I found a solution with the command output_bit(port,bool value).
I changed my btye orşented output_port() to bit oriented output_bit(pin,value)
I select the bit ... |
Topic: output(x & 0xF0) destroys the whole direction pin config |
rxpu99
Replies: 6
Views: 14630
|
Forum: General CCS C Discussion Posted: Sun Aug 07, 2016 7:53 am Subject: output(x & 0xF0) destroys the whole direction pin config |
As display routine, I have the following code:
byte const LEDPortB[12] = {
0b11110000,
0b10000000,
0b11010000,
0b11000000,
0b10100000,
0b01100000,
0b01110000,
0b111 ... |
Topic: CCS demo 45 day limit |
rxpu99
Replies: 15
Views: 26660
|
Forum: General CCS C Discussion Posted: Tue Jan 26, 2016 5:33 am Subject: CCS demo 45 day limit |
I have certainly an ldo a pole compensated RC filter at input and pole compensated RC filter at its output. The main problem is the coupling in the industrial environment. You may have also very high ... |
Topic: CCS demo 45 day limit |
rxpu99
Replies: 15
Views: 26660
|
Forum: General CCS C Discussion Posted: Mon Jan 25, 2016 4:09 pm Subject: CCS demo 45 day limit |
There are 500 trolleys/cars on an elliptical railway that turns clockwise continuously.
there is a thick plate (first plate +24V second plate 0V ) . these plates are mated to the elliptical railwa ... |
Topic: CCS demo 45 day limit |
rxpu99
Replies: 15
Views: 26660
|
Forum: General CCS C Discussion Posted: Mon Jan 25, 2016 11:02 am Subject: CCS demo 45 day limit |
I agree that all possible engineering should be forced to eliminate noise but lets assume mathematically. Lets say that an average engineer with decent knowledge can have design implementations that r ... |
Topic: CCS demo 45 day limit |
rxpu99
Replies: 15
Views: 26660
|
Forum: General CCS C Discussion Posted: Mon Jan 25, 2016 9:03 am Subject: CCS demo 45 day limit |
My applications are based on power electronics for industrial niche devices where very high currents at very low voltages exists. (Ex 3000A @2V or 4500A @1.6V). Each small trolley runs on a path carry ... |
Topic: CCS demo 45 day limit |
rxpu99
Replies: 15
Views: 26660
|
Forum: General CCS C Discussion Posted: Mon Jan 25, 2016 8:18 am Subject: CCS demo 45 day limit |
As a young startup i also obey your strategy to use a group of small number of mcus. The main problem is that
I need functions of dspic such as phase shifting and speed. But dspic has no eeprom. S ... |
Topic: CCS demo 45 day limit |
rxpu99
Replies: 15
Views: 26660
|
Forum: General CCS C Discussion Posted: Mon Jan 25, 2016 6:34 am Subject: CCS demo 45 day limit |
I hope there will be a future free version that is code size limited or / and optimization limited for small projects just like microchip XC. Because when compared to XC I think that ccs is more neat ... |
Topic: CCS demo 45 day limit |
rxpu99
Replies: 15
Views: 26660
|
Forum: General CCS C Discussion Posted: Sat Jan 23, 2016 7:51 am Subject: CCS demo 45 day limit |
I want to try the new ccs compiler.
What happens after 45 days , will the optimizations disabled as the microchip xc compiler or will it totally unfunctional ? |
Topic: dspic30-33 Power supply PWM phase setting |
rxpu99
Replies: 0
Views: 3343
|
Forum: General CCS C Discussion Posted: Mon Jun 23, 2014 12:56 am Subject: dspic30-33 Power supply PWM phase setting |
I am evaluating the ccs compiler , I investigated the compiler command reference, but i can not find how to setup the phase shift between 2 PWMs.
Following is the code how I setup the phase shift o ... |
|