Author |
Message |
Topic: Capturing a PWM output, is there a module for this ?? |
arunb
Replies: 2
Views: 10182
|
Forum: General CCS C Discussion Posted: Tue Jul 18, 2017 9:12 pm Subject: Capturing a PWM output, is there a module for this ?? |
Hi,
I want to capture the PWM output from a AS5048 position encoder IC (https://www.digikey.com/product-detail/en/ams/AS5048B-HTSP-500/AS5048B-HTSP-500CT-ND/3188619)
Is there a dedicated module ... |
Topic: MPLAB X IDE compatible with CCS compilers ? |
arunb
Replies: 8
Views: 27084
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2015 11:10 am Subject: MPLAB X IDE compatible with CCS compilers ? |
There is an option in MPLABX to install a CCS plugin (not the same one from the CCS website...a different one). Did you go through that process in MPLABX? Older versions of MPLABX didn't require this ... |
Topic: MPLAB X IDE compatible with CCS compilers ? |
arunb
Replies: 8
Views: 27084
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2015 5:32 am Subject: MPLAB X IDE compatible with CCS compilers ? |
Hi,
I have finally decided to upgraded to MPLAB X IDE version 3.05.
but I would like to know if the IDE is compatible with the CCS compilers, versions : PCM 3.249, PCB 4.141, PCH 4.073 ??
aft ... |
Topic: Trouble understanding write_program_memory() function |
arunb
Replies: 5
Views: 9730
|
Forum: General CCS C Discussion Posted: Fri Mar 13, 2015 1:07 am Subject: re |
thanks for the help.
I managed to solve the problem, I used an int array in the function, as you had mentioned a 32 bit array is required for this.
Now however I have to figure out how the loa ... |
Topic: Trouble understanding write_program_memory() function |
arunb
Replies: 5
Views: 9730
|
Forum: General CCS C Discussion Posted: Thu Mar 12, 2015 9:53 am Subject: RE: |
sorry I forgot to mention...
I am using 18F4550 mcu, with PCH compiler 4.073
thanks
a |
Topic: Trouble understanding write_program_memory() function |
arunb
Replies: 5
Views: 9730
|
Forum: General CCS C Discussion Posted: Thu Mar 12, 2015 7:47 am Subject: Trouble understanding write_program_memory() function |
Hi,
I am trying to develop a bootloader for my project. I am unable to understand how the write_program_memory function works. I have read the help file and the loader.c but I cannot understand how ... |
Topic: supernatural problem with getc() |
arunb
Replies: 8
Views: 12221
|
Forum: General CCS C Discussion Posted: Mon Feb 23, 2015 10:44 pm Subject: RE: |
The word supernatural in the header got me interested in this topic.
thanks
a |
Topic: USB host development on PIC24H parts |
arunb
Replies: 0
Views: 3671
|
Forum: General CCS C Discussion Posted: Mon Oct 06, 2014 11:26 pm Subject: USB host development on PIC24H parts |
Hi,
I would like to develop a device that reads a USB pen drive using a suitable PIC24H device (USB host capability).
I was wondering what would be the development effort like for a project like ... |
Topic: canbus vs rs485 |
arunb
Replies: 9
Views: 21608
|
Forum: General CCS C Discussion Posted: Sun Aug 10, 2014 9:30 pm Subject: RE: |
For lighting automation and HVAC, DALI (digitally addressable lighting interface) could also be used.
thanks
a |
Topic: MAX7219 Serial 8 digit seven segment display driver |
arunb
Replies: 5
Views: 10845
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2014 1:31 am Subject: RE |
I think its an issue with power up timings. Maybe you should reset the 7219's supply from the PIC after startup.
Does the 7219 communicate in this condition ??
thanks
a |
Topic: Using software UART with 19200 baud rate |
arunb
Replies: 5
Views: 9142
|
Forum: General CCS C Discussion Posted: Thu Feb 27, 2014 10:51 am Subject: re |
thanks everyone for the help,
I think the dual uart mcu should be the best solution, but will using an ext interrupt on the receive pin improve matters?
@temtronic
i will try out the external c ... |
Topic: Using software UART with 19200 baud rate |
arunb
Replies: 5
Views: 9142
|
Forum: General CCS C Discussion Posted: Thu Feb 27, 2014 12:56 am Subject: Using software UART with 19200 baud rate |
Hi,
I have managed to setup a software uart port on the 18F2620 that uses the b0 pin as receive and b1 as transmit. The pic can receive data very well at 9600 baud, but at 19200 it does not work pr ... |
Topic: Does CCS have a TCP/IP stack?? |
arunb
Replies: 5
Views: 8401
|
Forum: General CCS C Discussion Posted: Sun Nov 24, 2013 9:55 am Subject: RE: |
thanks jgschmidt, I am checking it out now. |
Topic: Does CCS have a TCP/IP stack?? |
arunb
Replies: 5
Views: 8401
|
Forum: General CCS C Discussion Posted: Sat Nov 23, 2013 8:54 pm Subject: re |
a latest stack would be better, i think microchip as an uptodate stack. But that would mean using their compiler.
thanks
a |
Topic: Does CCS have a TCP/IP stack?? |
arunb
Replies: 5
Views: 8401
|
Forum: General CCS C Discussion Posted: Sat Nov 23, 2013 11:58 am Subject: Does CCS have a TCP/IP stack?? |
Hi,
I am interested in a TCP/IP stack for the PIC micro-controller. I know Microchip has a stack of their own, but I have CCS compilers, and so I would prefer to have one by CCS.
Does anyone hav ... |
|