Author |
Message |
Topic: warning interrupt disabled - revisited |
jma_1
Replies: 8
Views: 5838
|
Forum: General CCS C Discussion Posted: Thu Feb 25, 2010 11:14 am Subject: warning interrupt disabled - revisited |
PCM Programmer,
Thank you for the suggestion. I'm in the process of looking of looking at this posting. I was thinking there might be another work around with only disabling specific interrupts. ... |
Topic: warning interrupt disabled - revisited |
jma_1
Replies: 8
Views: 5838
|
Forum: General CCS C Discussion Posted: Thu Feb 25, 2010 11:09 am Subject: warning interrupt disabled - revisited |
Greetings Wayne_,
Thanks for the advice. I understand the need for specifics when trying to come up with potential solutions. Below are a few details. I thought there might be a simple answer li ... |
Topic: warning interrupt disabled - revisited |
jma_1
Replies: 8
Views: 5838
|
Forum: General CCS C Discussion Posted: Thu Feb 25, 2010 10:01 am Subject: warning interrupt disabled - revisited |
Wayne_,
Any more information on how to accomplish this? Thank you for your time.
Cheers,
JMA |
Topic: warning interrupt disabled - revisited |
jma_1
Replies: 8
Views: 5838
|
Forum: General CCS C Discussion Posted: Thu Feb 25, 2010 9:26 am Subject: warning interrupt disabled - revisited |
Greetings,
I have read the posts in the forum as this seems to be a common theme. I have an ISR which has a division and multiplication which does not seem to be avoidable.
Is there a way to ... |
Topic: PDA-size color LCD |
jma_1
Replies: 6
Views: 5877
|
Forum: General CCS C Discussion Posted: Fri Aug 21, 2009 1:08 pm Subject: PDA-size color LCD |
Greetings,
You might try
http://www.4dsystems.com.au/
I have never used their products, but they even have a tool to design complicated screens if need be.
You might also try
http://store.e ... |
Topic: GPS - string garbage |
jma_1
Replies: 10
Views: 17161
|
Forum: General CCS C Discussion Posted: Sun Jul 26, 2009 1:55 pm Subject: GPS - string garbage |
Greetings,
As an off topic to the already addressed problem, PCM programmer correctly lists the standard NMEA-0183 baud rate at 4800. Another high speed version of this exists and is 38400 baud. ... |
Topic: PID algorithm questions |
jma_1
Replies: 12
Views: 13275
|
Forum: General CCS C Discussion Posted: Sun Jul 26, 2009 1:49 pm Subject: PID algorithm questions |
Greetings,
Adding extra logic to your control might assist in your application.
Suggestions:
Temperatures change very slowly (relatively slow compared to a uProc). Updating your PID algorith ... |
Topic: Please help with PIC & VB |
jma_1
Replies: 8
Views: 10920
|
Forum: General CCS C Discussion Posted: Mon Jun 09, 2008 11:45 am Subject: Please help with PIC & VB |
Greetings gIO,
Please provide an example of the actual data, expected response, and results of your program. This will more than likely narrow where the problem lies.
Have you tried to examinin ... |
Topic: [OT] PC programming language survey |
jma_1
Replies: 14
Views: 15027
|
Forum: General CCS C Discussion Posted: Fri May 16, 2008 3:29 pm Subject: [OT] PC programming language survey |
Greetings,
I've used java (javax.comm package) and LabView for communication with PICs.
LabView w/ the application builder and a bundled install package makes deployment a snap. GUI front ends ... |
Topic: Canbus vs. I2C vs. Serial via shared TX/RX and enable line |
jma_1
Replies: 14
Views: 11451
|
Forum: General CCS C Discussion Posted: Sun Apr 27, 2008 9:02 pm Subject: Canbus vs. I2C vs. Serial via shared TX/RX and enable line |
kd5uzz,
I'm with newguy on using a CAN bus.
If you could modify your hardware/software slightly to use SPI, you can interface a standalone chip like the MCP2515 from Microchip. You would stil ... |
Topic: help about GPS |
jma_1
Replies: 3
Views: 4762
|
Forum: General CCS C Discussion Posted: Tue Apr 15, 2008 4:22 pm Subject: help about GPS |
Greetings ROBOTICAR,
I forgot to post RS232 characteristics.
4800 baud, 8, N, 1
variable length sentences (82 between start and end deliminators?)
comma deliminated
checksum optional -> i ... |
Topic: help about GPS |
jma_1
Replies: 3
Views: 4762
|
Forum: General CCS C Discussion Posted: Tue Apr 15, 2008 10:50 am Subject: help about GPS |
Howdy ROBOTICAR,
Many of the GPS receivers on the market use RS232 and/or bluetooth. The protocol usually follows the NMEA 0183 spec. If you like CAN, there is even NMEA 2000. The NMEA 2000 rece ... |
Topic: CAN BUS for DSPIC33 |
jma_1
Replies: 10
Views: 17019
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 1:22 pm Subject: CAN BUS for DSPIC33 |
Greetings ChrisK,
I cannot explain the different behavior. However, the operational mode you are request still must follow the datasheet which could mean the operation failed to place the CAN modu ... |
Topic: CAN BUS for DSPIC33 |
jma_1
Replies: 10
Views: 17019
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2008 12:24 pm Subject: CAN BUS for DSPIC33 |
Howdy ChrisK,
I checked one of the datasheets and I do not believe the dsPIC33 has a CANSTAT register (or bit).
One reason for the INITIALIZATION_MODE entrance to fail is if a transmission is ta ... |
Topic: CAN BUS for DSPIC33 |
jma_1
Replies: 10
Views: 17019
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2008 11:55 am Subject: CAN BUS for DSPIC33 |
Howdy ChrisK,
I do not have a dsPIC33 to play around with so I might no be much help.
I compared the can-18F4580.c source file to the code snippet you listed. I noticed something strange -> ... |
|