Author |
Message |
Topic: Usart interrupt problem |
C#R#
Replies: 2
Views: 4320
|
Forum: General CCS C Discussion Posted: Sun Feb 12, 2006 10:17 am Subject: Usart interrupt problem |
aaahhhhh, sorry
I resolv this using #separate for any functions. |
Topic: union inside struct |
C#R#
Replies: 2
Views: 4317
|
Forum: General CCS C Discussion Posted: Sun Feb 12, 2006 6:35 am Subject: union inside struct |
HI sjbartex,
Yes, I understand, but still the doubt.
I see that we can put a union into struct, but what about the struct into union ?
Thanks. |
Topic: union inside struct |
C#R#
Replies: 2
Views: 4317
|
Forum: General CCS C Discussion Posted: Mon Feb 06, 2006 5:32 am Subject: union inside struct |
Hi,
I searched this on the form, but don�t see not about the same problem.
look this:
struct ULong { union { long LValue;
struct { int Lo,Hi; } merg ... |
Topic: PCM Code Editor Recommendations |
C#R#
Replies: 16
Views: 24322
|
Forum: General CCS C Discussion Posted: Mon Feb 06, 2006 4:43 am Subject: PCM Code Editor Recommendations |
hehehe ....
I use a dev-c++
Why ?
Well, code highlight (same to all)
code compeltition
project manager
code browse
FREE
you can download with or without mingw compiler (and learn to make ... |
Topic: Usart interrupt problem |
C#R#
Replies: 2
Views: 4320
|
Forum: General CCS C Discussion Posted: Sat May 28, 2005 4:43 pm Subject: Usart interrupt problem |
Hi,
I�m working with a PIC16f873. With the RS232 I make a communication with a PC (fine).
The problem is that when I put a interruption to receive data from RS232, a lot of code are compiled 2 time ... |
|