I was wondering when evbplus.com would come out with another amazing improvement. And now that it's out, I can say that I'm always surprised how others cost so...
... Wayne at Wytec is incredible. He seems to sell his products almost below cost. He has a real passion for helping newbies and students especially. He's the...
... I got email from Wayne. He's going to be busy shipping to universities that need to prepare for fall semester. So maybe public orders could ship in August....
Hi All Just a quick note to inform that the uTasker project has just switched its own forum live (9.7.2007). It contains a section especially for the...
I've used the 912D60A for years. It's time to move up to something better - and that appears to be something like the S12D64 or the S12E64. [All I really...
James M. Knox
jknox@...
Jul 18, 2007 1:35 pm
15265
... E64 doesn't have CAN module; so you probably want A64, not D64. A64 is cheaper twin of D64, just without MSCAN. Are you using on chip EEPROM? If not, or if...
... No need for CAN on this, or an SCI. Do need an SPI. I am going to be hooking to a USB, but it looks like a separate USB module may be the best solution...
James M. Knox
jknox@...
Jul 18, 2007 9:02 pm
15267
Hi, To share my experience: Q1: Yes, they do; I followed their suggestion and never had problems with the oscillator; I have used both configurations on two...
... We'll give it the best try we can. [Can't do any worse than my Pierce Osc. experiences with the D60A. <G>] ... Interesting... I've always just used a...
James M. Knox
jknox@...
Jul 19, 2007 1:23 pm
15269
Hi James, That layout in the datasheet is a "best practice" layout. Trying to make the best of all worlds (ATD, Crystal, PLL, etc.)and fit it all onto a single...
... Thanks for the advice. Looks like the S12A will work. I had originally rejected it because the usual suppliers didn't have any. [Digikey only had the D...
James M. Knox
jknox@...
Jul 19, 2007 4:33 pm
15271
Hello All, I am using the 9s12DG256. After I have successfully programmed Flash using a bootloader I try to read some of the memory locations. They do not...
... do ... pin. ... What are you trying to read flash with (your code or a BDM tool)? I can't really answer your question, but you might get more help with ...
... Both. My code does not read the correct value and this is also what appears in my BDM tool (NoICE). In the code, right after the Flash was programmed I...
... Don't know if this changes anything but does NoICE read same wrong value as your program did? (what values?) First thing I think of is the fact that the...
... Yes. I don't know exactly what the values are - just some bogus values. ... I am waiting for CCIF to be set. ... It boils down to this. I go through a...
... It all seems like it should work, but I'll try to find my notes when I got it working. I wrote a routine in assembly that just writes one word wherever I...
... Nothing like the flash gets relocated to default on reset? Anybody likes to post the flash programming code into the files area when done? Might save...
Jeff McKnight wrote: [...] ... NoICE caches Flash ROM contents by default, you have to disable "cache Flash contents" when debugging Flash modifying code. ...
... Howdy theo, I agree that there is not enough specific examples for every little thing. I'm sure glad of that. Perhaps to make things worse, there is not...
... Caching of Flash is only done on the HC08 when using MON08. NoICE uses caching there because reading memory using MON08 is so SLOOOOOW, and it makes for a...
... All right for you C types, you got all the hardware pre-chewed, us low level programmers like a sample including pitfalls to watch out for, learn a lot...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the 68HC12 group. File :...
68HC12@yahoogroups.com
Jul 31, 2007 2:45 pm
15286
... [..] ... You'll be happy to know that I found my example, and it's in Asm. It demonstrates the trouble I mentioned with finding the right example....
... [...] ... Oh, I forgot to write some details about this: - By default the command is "verify blank" - tested on MC9S12DG128B - does not un-protect the...
... Indeed, earlier on I posted my EE routines, they include a sorter to allow programming random bytes, words and double words, even across boundaries. They...
... Another difficult one, it is probably not a good idea to have an unprotect command as part of any write routine, you protect it from writing in the first...