Author |
Message |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
masterat
Replies: 286
Views: 1410186
|
Forum: Code Library Posted: Wed Jul 31, 2013 4:19 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
dear Eduardo,
Yep today I test to compile on 5.010, return 32 errors start by:
rv=spi_xfer(RF24_SPI, comm1, commDS);//Write config.value or command(1 to 32 bits of data)___I CANNO ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
masterat
Replies: 286
Views: 1410186
|
Forum: Code Library Posted: Tue Jul 30, 2013 8:34 am Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
dear Eduardo,
How about this driver on ccs 5.010 ? |
Topic: How to read adc from channels AN6,AN7 at PIC24HJ12GP201? |
masterat
Replies: 6
Views: 11898
|
Forum: General CCS C Discussion Posted: Thu Apr 18, 2013 2:28 am Subject: How to read adc from channels AN6,AN7 at PIC24HJ12GP201? |
Thank you jeremiah, and sorry for my foolish post about header file. Now I can use all adc analog input by you hint. |
Topic: How to read adc from channels AN6,AN7 at PIC24HJ12GP201? |
masterat
Replies: 6
Views: 11898
|
Forum: General CCS C Discussion Posted: Wed Apr 17, 2013 7:29 pm Subject: How to read adc from channels AN6,AN7 at PIC24HJ12GP201? |
I try change to sAN6,sAN7 compiler error "Undefined identifier sAN6 sAN7 "
This is my 24HJ12GP201 Header file list
//////// Standard Header file for the PIC24HJ12GP201 device ////// ... |
Topic: How to read adc from channels AN6,AN7 at PIC24HJ12GP201? |
masterat
Replies: 6
Views: 11898
|
Forum: General CCS C Discussion Posted: Wed Apr 17, 2013 6:30 am Subject: How to read adc from channels AN6,AN7 at PIC24HJ12GP201? |
Thank you , alan for your prompt reply .
But I understand that in PIC24HJ12GP201 head file is declare for AN6=sAN4 and AN7=sAN5 or have something wrong? |
Topic: How to read adc from channels AN6,AN7 at PIC24HJ12GP201? |
masterat
Replies: 6
Views: 11898
|
Forum: General CCS C Discussion Posted: Wed Apr 17, 2013 1:43 am Subject: How to read adc from channels AN6,AN7 at PIC24HJ12GP201? |
ccs compiler 4.140
On PIC24HJ12GP201 have 6 channels of analog. I try to read adc from channel AN0,AN1,AN2 and AN3 successfully but on channel AN6,AN7 cannot. Please advise.
this is some header f ... |
Topic: LCD_flex 2X16 (JHD162 A) |
masterat
Replies: 17
Views: 24819
|
Forum: General CCS C Discussion Posted: Thu Mar 01, 2012 7:11 pm Subject: LCD_flex 2X16 (JHD162 A) |
Try to insert 20ms delay time before initLcd may be done.
Some LCD working slower than pic MCU. |
Topic: Infrared receiver for SONY remotes |
masterat
Replies: 19
Views: 170695
|
Forum: Code Library Posted: Tue Jan 03, 2012 1:33 am Subject: Infrared receiver for SONY remotes |
Just curious how do you calculate for 48mhz? its probably right in front of me and I just dont understand. Much appreciated thanks!
/* TIMER0 configuration */
#define TIMER0_CONFIG RTCC_INTE ... |
Topic: Print out special character with Flex lcd |
masterat
Replies: 4
Views: 8758
|
Forum: General CCS C Discussion Posted: Tue Aug 23, 2011 7:22 pm Subject: Print out special character with Flex lcd |
Thank PCM, All work great. |
Topic: Print out special character with Flex lcd |
masterat
Replies: 4
Views: 8758
|
Forum: General CCS C Discussion Posted: Tue Aug 23, 2011 2:42 am Subject: Print out special character with Flex lcd |
These characters are contained in the LCD character generator, you can access them by their ASCII code. Review the LCD data sheet.
Thank Fvm, But my LCD ASCII Rom code is 0A no have left and right ... |
Topic: Print out special character with Flex lcd |
masterat
Replies: 4
Views: 8758
|
Forum: General CCS C Discussion Posted: Sun Aug 21, 2011 6:15 am Subject: Print out special character with Flex lcd |
How can I print out some special character (Up down left right arrow) by use this driver? |
Topic: 12F675 toggle problem |
masterat
Replies: 10
Views: 14743
|
Forum: General CCS C Discussion Posted: Fri Aug 13, 2010 8:00 am Subject: 12F675 toggle problem |
sounds like you're int routine is firing again and resetting 'irdone'.
with the other commands it would go unnoticed, but with the toggle it will change state.
Try putting in a very long delay in st ... |
Topic: 12F675 toggle problem |
masterat
Replies: 10
Views: 14743
|
Forum: General CCS C Discussion Posted: Fri Aug 13, 2010 4:50 am Subject: 12F675 toggle problem |
try adding 'break;' at the end of each case statement so they don't flow into the next case.
Thank you for all suggestion.Edit to last code include break; command in final of all case and reduc ... |
Topic: 12F675 toggle problem |
masterat
Replies: 10
Views: 14743
|
Forum: General CCS C Discussion Posted: Wed Aug 11, 2010 8:07 pm Subject: 12F675 toggle problem |
Thank you for your kindly suggestion.I hope will have some one who pass this test and get some experience wellcome to give me a hints. |
Topic: 12F675 toggle problem |
masterat
Replies: 10
Views: 14743
|
Forum: General CCS C Discussion Posted: Tue Aug 10, 2010 10:36 pm Subject: 12F675 toggle problem |
Any one please give me some hint? |
|