![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
I may have to switch back to Windows for PIC control development for PIC18F2620 and make sure that I don't wire up the programmer headers incorrectly (or it will freeze again). I'm planning on going with the demo version on http://www.mikroe.com/en/compilers/m...c/download.htm. There's a limit on the hex file for the program word being 2k. So how many commands/complex my control code can it be before I exceed the program memory limit for the demo version?
| |
| |
| | #2 |
|
Don't know about mikroC, but using Basic with a datalogger project will probably put you at the limit. In my case, multiple 1-wire temp sensors, I2C eeprom and RTC, and a Uart for serial LCD.
| |
| |
| | #3 |
|
I'm planning to program in C for a datalogger project, which I guess would likely put me over the limit. I'm also relooking into using MPLAB, but unsure what's the limit on the student version of the C18 compiler.
| |
| |
| | #4 |
|
You probably would be safe if you instead used an internal timer and a PC for display purposes, it really depends on your requirements.
| |
| |
| | #5 |
|
I would most likely have an LCD connected to it for display purposes when needed, so I would likely be over the limit with my guesses.
| |
| |
| | #6 |
|
I'm from Serbia from where the MikroC is. I have tried it and the demo version is very limited. I have tried to do some GLCD programing but the generated code for only a one string conversion from float number were exceeded the demo limit. I'm using now CSS C which is very good and I'm satisfied with it. I would advise you to try it if you want a very optimised code. Best regards Otto | |
| |
| | #7 | |
| Quote:
| ||
| |
| | #8 |
|
Probably another dumb question: how much bigger would it be (in terms of percentage) typically for non-optimized version of the hex file. PIC18F2620 has 32,000 words of program memory available.
| |
| |
| | #9 |
|
Obviously it depends on the particular program, but I wouldn't worry about it, you have a HUGE amount of space available, and it's only slightly larger.
| |
| |
|
| Tags |
| demo, limits, mikroc, version |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| What is the best PCB Layout Software | Suraj143 | General Electronics Chat | 44 | 24th July 2007 12:06 PM |
| Open MultiSim DEMO Files | mayo | General Electronics Chat | 1 | 3rd May 2007 04:52 PM |
| mcuStudio an Eclipse based IDE for PIC: flash demo available | octal | Micro Controllers | 0 | 23rd August 2006 06:44 AM |
| Networking Harddrives | crazymonkey | General Electronics Chat | 3 | 9th March 2004 05:55 PM |
| multism 7 demo | cool-agent | General Electronics Chat | 5 | 15th January 2004 04:18 AM |