Author |
Message |
Topic: CCS + MplabX |
Diego López
Replies: 2
Views: 5983
|
Forum: General CCS C Discussion Posted: Wed Jul 16, 2014 8:16 pm Subject: CCS + MplabX |
Hola amigo, tienes razón yo había preguntado antes lo mismo, ahora quería saber si ya había una solución.
Gracias por la información
_____________________________________________________
... |
Topic: CCS + MplabX |
Diego López
Replies: 2
Views: 5983
|
Forum: General CCS C Discussion Posted: Wed Jul 16, 2014 3:36 pm Subject: CCS + MplabX |
Hola amigos, necesito su ayuda
Ustedes saben porque MPLAB X no reconoce los comandos de CCS ?
Yo ya instale el "Pluggin"
Muchas gracias
__________________________________________ ... |
Topic: CCS in MPLAB X -- syntax underlining, etc |
Diego López
Replies: 11
Views: 20706
|
Forum: General CCS C Discussion Posted: Mon Jan 21, 2013 10:43 am Subject: CCS in MPLAB X -- syntax underlining, etc |
jeremiah, now I understand, thank you very much. |
Topic: CCS in MPLAB X -- syntax underlining, etc |
Diego López
Replies: 11
Views: 20706
|
Forum: General CCS C Discussion Posted: Mon Jan 21, 2013 8:13 am Subject: CCS in MPLAB X -- syntax underlining, etc |
Hello friends
thanks for replying,
1:
I defined functions, but there are many
Example: void delay_ms ()
I do not know how to define other functions Example: int_timer0
2:
Go to ...
Too ... |
Topic: CCS in MPLAB X -- syntax underlining, etc |
Diego López
Replies: 11
Views: 20706
|
Forum: General CCS C Discussion Posted: Sun Jan 20, 2013 6:05 pm Subject: CCS in MPLAB X -- syntax underlining, etc |
Hello friends, I excuse the language.
MplabX not recognize CCS functions, you can do something?
http://img692.imageshack.us/img692/8386/dibujokjn.png |
Topic: Pointer constants |
Diego López
Replies: 3
Views: 4217
|
Forum: General CCS C Discussion Posted: Tue Dec 11, 2012 9:50 am Subject: Pointer constants |
Hello friends,
The constant pointer i work well in this way,
int variable;
char rom *dir_tabla;
char rom c_30[] = {0x3c,0x42,0x42,0x42,0x42,0x42,0x42,0x42,0x3c,0x00,0x00,0x00, ... |
Topic: Pointer constants |
Diego López
Replies: 3
Views: 4217
|
Forum: General CCS C Discussion Posted: Thu Dec 06, 2012 8:09 am Subject: Pointer constants |
Hello friend, thank you very much for answering.
This works perfect
for(i2=0;i2<columnas;i2++)
{
status = *(dir_tabla_g + registro);
registro++;
}
t ... |
Topic: Pointer constants |
Diego López
Replies: 3
Views: 4217
|
Forum: General CCS C Discussion Posted: Wed Dec 05, 2012 11:43 am Subject: Pointer constants |
Hi, sorry I do not speak English, I speak Spanish.
I call collaboration.
I work pointers to constants in this program, can you help?
Thank you very much.
#include <16f876A.h>
#use ... |
Topic: Memset function reset gpio PIC12F675 |
Diego López
Replies: 4
Views: 8633
|
Forum: General CCS C Discussion Posted: Sat May 26, 2012 10:43 am Subject: Memset function reset gpio PIC12F675 |
Thank you very much. |
Topic: Memset function reset gpio PIC12F675 |
Diego López
Replies: 4
Views: 8633
|
Forum: General CCS C Discussion Posted: Fri May 25, 2012 7:54 pm Subject: Memset function reset gpio PIC12F675 |
When you run the function memset() on the PIC12F675 happens that the GPIO is set to zero.
CCS 4.130
thank you very much |
Topic: Memset function reset gpio PIC12F675 |
Diego López
Replies: 4
Views: 8633
|
Forum: General CCS C Discussion Posted: Fri May 25, 2012 10:33 am Subject: Memset function reset gpio PIC12F675 |
I do not speak English, I apologize
memset function has gpio port to zeros
set_tris_a(0b111110);
bit_set(gpio,0);
memset(dato_recibido, 0, sizeof(dato_recibido) ... |
|