Author |
Message |
Topic: [OT] 2D real-time chart for VB6 |
Zloi
Replies: 7
Views: 13445
|
Forum: General CCS C Discussion Posted: Mon Feb 09, 2015 3:49 am Subject: [OT] 2D real-time chart for VB6 |
little out of context,
Did you consider using Labview for general programming and displaying charts ? |
Topic: Zigbee |
Zloi
Replies: 2
Views: 7697
|
Forum: General CCS C Discussion Posted: Mon Feb 17, 2014 12:44 pm Subject: Re: Zigbee |
i haven't worked with zigbee till now hence i am in need of guidance for interfacing cc2530 and pic16f877a.
Thanks in advance.
Read the "CC2530ZNP Interface Specification.pdf", as mentio ... |
Topic: 18LF4620 hardware SPI bus problem |
Zloi
Replies: 4
Views: 7992
|
Forum: General CCS C Discussion Posted: Wed May 22, 2013 2:05 pm Subject: 18LF4620 hardware SPI bus problem |
setup_spi(SPI_MASTER,SPI_CLK_DIV_16,SPI_SS_DISABLED,SPI_MODE_0_0)
You're not really testing this, because this line doesn't compile. The
syntax for setup_spi() is to use the bitwise OR op ... |
Topic: 18LF4620 hardware SPI bus problem |
Zloi
Replies: 4
Views: 7992
|
Forum: General CCS C Discussion Posted: Wed May 22, 2013 2:02 pm Subject: 18LF4620 hardware SPI bus problem |
#fuses INTRC,NOWDT,NOPROTECT,NOLVP,PUT
//#fuses HS,NOWDT,NOPROTECT,NOLVP,PUT
//#use delay(crystal=10Mhz)
#use delay (clock=40Mhz,crystal=10Mhz ) //x4 PL ... |
Topic: 18LF4620 hardware SPI bus problem |
Zloi
Replies: 4
Views: 7992
|
Forum: General CCS C Discussion Posted: Wed May 22, 2013 1:01 pm Subject: 18LF4620 hardware SPI bus problem |
Hello,
I have a weird spi problem when i try to communicate width cc2530znp chip. My mcu is pic18f4620, hardware spi (tried software SPI, it works but not on SPI pin RC4/SDI, tried pull up, poll dow ... |
Topic: how to make aprogram to show 0-99 on seven segment display |
Zloi
Replies: 2
Views: 4833
|
Forum: General CCS C Discussion Posted: Wed Jan 09, 2013 3:52 am Subject: how to make aprogram to show 0-99 on seven segment display |
Sneak peek example EX_LED.C
Could be useful to you.
BR |
Topic: String parsing problem |
Zloi
Replies: 7
Views: 10498
|
Forum: General CCS C Discussion Posted: Sun Nov 18, 2012 12:56 pm Subject: String parsing problem |
Thank you all for your suggestion.
I corrected mistakes with pointers, function now works properly.
Best Regards |
Topic: String parsing problem |
Zloi
Replies: 7
Views: 10498
|
Forum: General CCS C Discussion Posted: Sun Nov 18, 2012 4:04 am Subject: String parsing problem |
clean_up_str()
standard c func ??
whats it supposed to do ??
It is function from example programs, EX_STR.C
This function cleans up the string. It removes ... |
Topic: String parsing problem |
Zloi
Replies: 7
Views: 10498
|
Forum: General CCS C Discussion Posted: Sat Nov 17, 2012 3:30 pm Subject: String parsing problem |
Hello, I have problem. I want to parse the string of variable length.
String is consisting of a command and the value and is null terminated.
I use the strstr() to search for command in received st ... |
Topic: I need advice, multitasking goes out of synchronization |
Zloi
Replies: 2
Views: 3985
|
Forum: General CCS C Discussion Posted: Fri Oct 26, 2012 4:10 pm Subject: I need advice, multitasking goes out of synchronization |
Unfortunately,what you post, is a messy bit of tatty code, missing vital parts, and too large for debugging.
I agree with the comment, program has about 800 lines of code and counting, for purpose ... |
Topic: I need advice, multitasking goes out of synchronization |
Zloi
Replies: 2
Views: 3985
|
Forum: General CCS C Discussion Posted: Fri Oct 26, 2012 12:05 pm Subject: I need advice, multitasking goes out of synchronization |
I try to blink two led's in multitasking manner, but things are getting out of control, after n first cycle LED's are no longer synchronized. I'm using unsigned arithmetic and timer overflow should no ... |
|