CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 29 matches
CCS Forum Index
Author Message
  Topic: Unable to make "int_ext" on Embedded Ethernet Kit
Manel28

Replies: 2
Views: 4417

PostForum: General CCS C Discussion   Posted: Mon Feb 10, 2014 7:33 am   Subject: Unable to make "int_ext" on Embedded Ethernet Kit
Thanks for the info. Int_ext2 works perfectly
  Topic: Unable to make "int_ext" on Embedded Ethernet Kit
Manel28

Replies: 2
Views: 4417

PostForum: General CCS C Discussion   Posted: Fri Feb 07, 2014 7:43 am   Subject: Unable to make "int_ext" on Embedded Ethernet Kit
Hi,
I'm trying to make int_ext work on Embedded Ethernet Kit. I try to turn on a LED placed in PIN A5 when I push the button in Pin A4 but it never gets into the interruption routine. Pin a4 is conn ...
  Topic: Implement 2 Ip addresses in TCP/IP stack
Manel28

Replies: 6
Views: 7356

PostForum: General CCS C Discussion   Posted: Tue Mar 26, 2013 6:15 am   Subject: Implement 2 Ip addresses in TCP/IP stack
Thanks for the info Smile
  Topic: Implement 2 Ip addresses in TCP/IP stack
Manel28

Replies: 6
Views: 7356

PostForum: General CCS C Discussion   Posted: Tue Mar 26, 2013 3:41 am   Subject: Implement 2 Ip addresses in TCP/IP stack
Hi there,

does anybody know how to modify the TCP/IP stack in order to have 2 differenet IP addresses. I want my PIC+ ENC28J60 to listen to all incoming packets to 2 different IP interfaces.

Tha ...
  Topic: UART Expansor
Manel28

Replies: 11
Views: 13255

PostForum: General CCS C Discussion   Posted: Tue Oct 25, 2011 3:36 am   Subject: UART Expansor
I've done a software UART transmission by using a 19.2kbps and 56.7kbps baud rate. The first case seems to work pretty well but the data get sometime corrupted when using 56.7kbps. Any answer to this ...
  Topic: UART Expansor
Manel28

Replies: 11
Views: 13255

PostForum: General CCS C Discussion   Posted: Thu Oct 06, 2011 6:31 am   Subject: UART Expansor
ckielstra I hadn't read you. Another problem would be to change the compilator Smile since I have the PCWH..actually I don't know if it works with PIC24 series :s.
Do you think it could be difficult to ...
  Topic: UART Expansor
Manel28

Replies: 11
Views: 13255

PostForum: General CCS C Discussion   Posted: Thu Oct 06, 2011 6:20 am   Subject: UART Expansor
n-squared I was thinking of the first option, stay with then PIC18F4620 and implement the other 2 in software as long as long as i use this development kit.
The idea is just to buy another PIC with ...
  Topic: UART Expansor
Manel28

Replies: 11
Views: 13255

PostForum: General CCS C Discussion   Posted: Thu Oct 06, 2011 3:36 am   Subject: UART Expansor
Hi,
I recently bought a embedded ethernet development kit with a PIC18F4620 inside and 1UART. I was thinking about how can I expand serial communications since I need to use 3 rs232 ports. Maybe 1 ha ...
  Topic: Problems with DMA in enc28j60.c ccs stack
Manel28

Replies: 0
Views: 3240

PostForum: General CCS C Discussion   Posted: Fri Apr 15, 2011 5:13 am   Subject: Problems with DMA in enc28j60.c ccs stack
Hi,
I am having some code's problems in enc28j60.c file. I have made a seria-ethernet converter with PIC18f25j10 + enc28j60 and ccs tcp stack. I am sending control udp packets through ethernet and an ...
  Topic: Olimex Mini-Web setup for CCS TCP/IP
Manel28

Replies: 7
Views: 77730

PostForum: Code Library   Posted: Fri Apr 08, 2011 5:06 am   Subject: Olimex Mini-Web setup for CCS TCP/IP
Does it mean that if I make:

if STACK_USE_MAC
#define MAC_TX_BUFFER_SIZE 1024
#define MAC_TX_BUFFER_COUNT 3

will I have more Rx memory to receive bytes?
I ...
  Topic: Interruption priority problem
Manel28

Replies: 20
Views: 22665

PostForum: General CCS C Discussion   Posted: Fri Apr 08, 2011 3:44 am   Subject: Interruption priority problem
I solved the problem. I dont know why but it seems to work when I write the byte in TXREG rather than use putc. I used as well driven transmit buffer. I did something like:

#int_tbe
void tbe_isr&# ...
  Topic: Interruption priority problem
Manel28

Replies: 20
Views: 22665

PostForum: General CCS C Discussion   Posted: Wed Mar 30, 2011 6:00 am   Subject: Interruption priority problem
I see the problem only when it executes putc function. I have done:

while(TRUE) {
StackTask();
UDPTxTask();
UDPRxTask();

if(temp==1)
putc('A ...
  Topic: Interruption priority problem
Manel28

Replies: 20
Views: 22665

PostForum: General CCS C Discussion   Posted: Wed Mar 30, 2011 2:37 am   Subject: Interruption priority problem
I forgot to say I'm using mplab icd 2 to debug the code
  Topic: Interruption priority problem
Manel28

Replies: 20
Views: 22665

PostForum: General CCS C Discussion   Posted: Wed Mar 30, 2011 2:20 am   Subject: Interruption priority problem
Hi again, I think Im getting closer to the problem. The "temp" variable you are asking for is a flag which activates a function inside the main process. You are right. The problem is not the ...
  Topic: Interruption priority problem
Manel28

Replies: 20
Views: 22665

PostForum: General CCS C Discussion   Posted: Mon Mar 28, 2011 9:25 am   Subject: Interruption priority problem
It is defined as static int const. I have just tested it again but now with circular buffer with the rda_int code Ttelmah told me and I get the same behaviour..quite strange. I am 90% sure there is so ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group