Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Olaf Pfeiffer

#1
When you say "while burning the code" does that mean programming starts and does not complete? Or do you get this error "before burning the code"? In the later case you might want to double check if the COM port you are using is really up and running and available. Depending on your computer's configuration the port could be used/reserved for a terminal program or a dial-up connection...

Olaf



Post Edited (02-28-05 06:54)
#2
Old Topics / Re: Interpreter fo Microcontroler
September 07, 2003, 11:02:32 PM
Macpharen wrote:
>     I think I need to have a tool that work like a BASIC
> interpreter in the firmware.  I can not use normal C compilers
> because they are so big, and need a special IDE.  Is there a
> cormmecial tool that can help me solve the problem.  Can I use
> FlashMagic?

You can use FlashMagic to program a hex file into the microcontroller. However, it will not help you or your clients to generate the hex file in the first place.

You would probably need some sort of interpreter engine (BASIC or such) in the microcontroller and then use a customized loader program (FlashMagic could be customized to do this) to load the code to be interpreted, which would probably be an ASCII text file.