Hi ... with ... But they didn't say bitfields should be picked out from ANSI C, did they :-)? Their arguments are quite reasonable: you can't think standard C...
So, searching through the digikey book to find the price of my designated microcontroller for the code I had now been debugging, I found it to be 25.08USD...
In a message dated 9/1/04 4:16:44 A.M. Eastern Daylight Time, sirtiff@... writes: I am making a pulse shaping device that will simply transmit IRDA to...
Hey, so heres an hour or so worth of research. The PIC16F84 looks like a good model to use. Although it doesn't have the the timers i suggested before, I...
... If you like to stay in the HCS12, the MC9S12C32 is the lowest cost device available currently. It is well under $10, especially in high quantities. Hope...
Doron Fael
doronf@...
Sep 1, 2004 12:55 pm
8144
Hi, I am migrating from the HC11 to the 9S12A256 chip. Does anyone know where I can find examples in assembly that set up the core on this series or something...
I think there is no short cut to knowing what every bit in every register does in the peripherals you want to use. Maybe a pad of paper and sharp pencil.......
You should check out the Microchip MCP2120 and Vishay TFBS6614 transceiver parts. Unless you need buffering because your baud rates don't match up, it sounds...
Can I export several beans from say a DP256 project and import them to a DJ64 project (beans obviously that use the same pin-outs/features)? I have the HC12...
Thanks everyone for your fast responce. I was, at first, hoping the project would be as easy as using chips like the MCP2120, but the IR side of the...
Ok, so now I am getting data in to E2prom. However, I see that data is word aligned in the e2prom, but, the data being written is by byte (PE routine). So how...
Hello Bob, Keyboard and word for taking notes these days. There is a lot of poop to go through, RATS. I was looking for a road map from someone who has already...
Hi, One option is to use Metrowerks Codewarrior (the free evaluation version) and set up the peripherials using its Processor Expert. This will produce...
iirc, is its the licenced beans you should have no problem making a copy of the project and changing the CPU bean to the DJ64, the pheripheral beans will be...
Hi All I have a static string/variable in the app, which changes during run time, upon a powercycle the changes are lost, how can I make this change...
... The idea here is that Processor Expert should make it simple for a customer to switch to another derivative. In order to port your project from DP256 to...
For the CodeWarrior linker, there is an attribute NO_INIT which prevents RAM initalisation during startup. If you place your static variable into a segment...
Hi Erich Its not a problem during link or flashing, its more of once I have the firmware loaded into the MCU. For example, I use a initial variable like char...
hmm the design doesnt have any EEPROM chip, there is some flash left on the MCU, would that do? if so how do I go about doing it? Is there some code snippet...