Author |
Message |
Topic: Problem compiling with CCS > 4.038 |
jmaurin
Replies: 4
Views: 6674
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2011 10:45 am Subject: Problem compiling with CCS > 4.038 |
Up |
Topic: Problem compiling with CCS > 4.038 |
jmaurin
Replies: 4
Views: 6674
|
Forum: General CCS C Discussion Posted: Mon Mar 07, 2011 1:18 pm Subject: Problem compiling with CCS > 4.038 |
But where? I tried to change everything in "Output Files" and still the same problem :/ |
Topic: Problem compiling with CCS > 4.038 |
jmaurin
Replies: 4
Views: 6674
|
Forum: General CCS C Discussion Posted: Sun Mar 06, 2011 7:45 pm Subject: Problem compiling with CCS > 4.038 |
Hi.
I have a program with i usually compile using CCS 4.038 and everything works fine. I tried to use ANY version after 4.038, but not work, any version.
The program compiles fine, but the memory m ... |
Topic: 18F4550 stack overflow |
jmaurin
Replies: 9
Views: 11620
|
Forum: General CCS C Discussion Posted: Sun Oct 19, 2008 7:12 am Subject: 18F4550 stack overflow |
FvM, you said an important think: bootloader. My bootloader is working fine on my board, but i'm not using on simulator...
I'm not sure, but the interrupts redirect are made on my main program...isn' ... |
Topic: 18F4550 stack overflow |
jmaurin
Replies: 9
Views: 11620
|
Forum: General CCS C Discussion Posted: Sat Oct 18, 2008 11:31 pm Subject: 18F4550 stack overflow |
MicroManiac, thank you!
The ; is just to do nothing.
About the problem, i think it's a bug from compiler....but i'm not sure.
Is in the 'C/Asm list' that i can see the final assembler code? if ... |
Topic: 18F4550 stack overflow |
jmaurin
Replies: 9
Views: 11620
|
Forum: General CCS C Discussion Posted: Sat Oct 18, 2008 11:30 am Subject: 18F4550 stack overflow |
Still not working :(
Here is the full code:
#include "C:\_PIC\Vectrac2xx\v2xx.h"
#build(reset=0x800, interrupt=0x808)
#org 0x000, 0x7ff { }
// Pre configura ... |
Topic: 18F4550 stack overflow |
jmaurin
Replies: 9
Views: 11620
|
Forum: General CCS C Discussion Posted: Sat Oct 18, 2008 10:13 am Subject: 18F4550 stack overflow |
Well, i found the problem but not the solution.
#build(reset=0x800, interrupt=0x808)
#org 0x000, 0x7ff { }
I use this code in my program because i'm using boot loader on my ... |
Topic: 18F4550 stack overflow |
jmaurin
Replies: 9
Views: 11620
|
Forum: General CCS C Discussion Posted: Sat Oct 18, 2008 9:40 am Subject: 18F4550 stack overflow |
Hi all. Again, i need some help!
I'm build a device for my car and i'm having problems with timer2.
Enabling interrupt for timer2, i got stack overflow always! I can see this on simulator. What's ... |
Topic: what to do in INT_RDA |
jmaurin
Replies: 15
Views: 23594
|
Forum: General CCS C Discussion Posted: Fri Oct 10, 2008 9:43 pm Subject: what to do in INT_RDA |
No, i have the hardware done....i'm using simulator just to test new software implementation. I ALREADY have hardware done. |
Topic: what to do in INT_RDA |
jmaurin
Replies: 15
Views: 23594
|
Forum: General CCS C Discussion Posted: Fri Oct 10, 2008 5:53 pm Subject: what to do in INT_RDA |
yeah, PCM Programmer idea is great, but didn't worked for me...probably some mistake in my code...
Anyway, i changed ports on simulator and now it's working perfectly...i'll see if is possible to m ... |
Topic: what to do in INT_RDA |
jmaurin
Replies: 15
Views: 23594
|
Forum: General CCS C Discussion Posted: Thu Oct 09, 2008 7:27 pm Subject: what to do in INT_RDA |
Doesn't work :(
The problem is that i'm using portb to drive an LCD, wich i use do debug some information.
Is there any way to change just RB1 and RB2 in lcd420.c? If yes, i'll change to RA3 & ... |
Topic: what to do in INT_RDA |
jmaurin
Replies: 15
Views: 23594
|
Forum: General CCS C Discussion Posted: Thu Oct 09, 2008 4:51 pm Subject: what to do in INT_RDA |
16F628A
I've tried the reverse way:
In the main loop, i always stay in gets(temp) and i've created an interrupt for timer1 (1ms) to call my display function....but didn't work too (i also have som ... |
Topic: what to do in INT_RDA |
jmaurin
Replies: 15
Views: 23594
|
Forum: General CCS C Discussion Posted: Thu Oct 09, 2008 4:34 pm Subject: what to do in INT_RDA |
the problem is that i'm already using these pins for other functions.
I need to use these:
#use rs232(baud=19200,parity=N,xmit=PIN_A3,rcv=PIN_A4,bits=8) |
Topic: what to do in INT_RDA |
jmaurin
Replies: 15
Views: 23594
|
Forum: General CCS C Discussion Posted: Thu Oct 09, 2008 4:11 pm Subject: what to do in INT_RDA |
I tried to use interrupts for RS232 but didn't work. This interrupt works only for hardware-rs232?
I'm using software-based RS232 (by ccs compiler).
This is my interrupt:
#int_rda
void isr_r ... |
Topic: Help with serial communication |
jmaurin
Replies: 2
Views: 4524
|
Forum: General CCS C Discussion Posted: Wed Oct 08, 2008 8:38 pm Subject: Help with serial communication |
Hi all.
I need some help with serial communication. I'm using serial do communicate 2 PIC's (A=16F628 and B=18F4550). Ok, I can send and receive data.
The 628 is just a 'video board' while 4550 is ... |
|