HI everyone, Im wondering if anyone could help me with programing a basic calculator using assembler language.The calculator is only meant to store the number...
rockbiterjunior@...
Oct 1, 2007 1:16 pm
15452
... When I started writing hc12mem, I regarded HCS12 as ax extension of HC12 family, and that would be easy to support both within this tool. Later I focused...
Hi All, I am student and not able to go ahead in my project because of the following requirement. I have to store 250 bytes of data in a flash memory of 512 KB...
Idea: make an array located in Flash and write it in your code? Which compiler do you use? WIth Cosmic compiler, you have direct commands to write data in...
MARC Erwan
erwan.marc@...
Oct 9, 2007 7:02 am
15456
... Start a _new_ thread (not replying to another mail) with _appropriate_ topic. But even then, I'm afraid your question can't be answered. ... IOW "please do...
This kind of mails exchanges makes me laughing a lot !!! In our too serious world, it is so good ! So, go down into chaos and laugh, laugh again ! Joel...
P.S. Did you do anything yet to fix the previous problem with GCC and the S8 record? I was hoping it is easy to have hc12mem consider only the low 16 bits of...
... New discovery: I was assuming that S9034000BC would work, but gets same error! It is not looking for a 16-bit address. Apparently hc12mem is looking for...
... I know that one, although it says go forth and multiply, you should code it as repeated additions in Cobol. OTOH, I can't find any instruction to convert...
I'm using ImageCraft ICC12 to download .s19 for the Motorola hc12 microcontroller. I got my GUI(created in MS Visual C++) to work. I found the CSerial class...
... That's a releif. I don't know how that will help though. There's still probably some vague part of your project you need someone to do before the class...
Hi Joel, ... you are right, I shouldn't take it too serious. Struggling with incompetence and inferior quality all the time made me grumpy. Oliver -- Oliver...
I've talked about a problem in hc12mem, especially seen when using "-a banked-linear". The facts (MC9S12Dx128): - "linear" notation for Flash ranges...
Hi all, I was trying to get TTOV (Timer Toggle on Overflow Register) work so that the output compare pin IOC4 can be flipped over every time the main timer has...
May be you can add here the code you use? This will help readers to detect possible wrong values in registers (as eg some registers have to be written with 1...
MARC Erwan
erwan.marc@...
Oct 11, 2007 1:35 pm
15467
Sure, below is the part I setup the timer: #define BIT4 0x10 #define BIT7 0x80 TSCR2 |= 0x07; /* set clock prescaler rate */ TIOS |= BIT4; /* channel 4...
I've some time to get back to this problem and finally fix it. ... Motorola/Freescale docs say this: "The address field may optionally contain the N-byte...
... [...] ... Yep, I was surprised to see it, but I realized one thing quickly: It does not matter :) The address is not used in loading Flash, by anybody I...
I was looking at buying an SD card library from a company inmotiondesign.ca that I had just found a couple of weeks ago but their site has been down now for...
Steve, Check the download section. I think thereis exactly what you are looking for there. Tim ... From: 68HC12@yahoogroups.com[mailto:68HC12@yahoogroups.com]...
I have bought this library and used it about one year ago. It took a few days to get it integrated into my code and make it work with my processor etc.. It ...
thanks for the comments, I didn't even know there was a file section to this group! I got ahold of Robert Lewis and they are aware of their site being down...
Hi Steve, It looks like the inmotion website is back up. Also Freescale seems to be supporting this for lots of their other products, mainly through their...
Bob McMillan
Bob.McMillan@...
Oct 18, 2007 11:20 pm
15475
There is also a very well crafted FREE fat16-fat32 implementation: http://elm-chan.org/fsw/ff/00index_e.html Not for the HCS12 specifically, but all one needs...
Does the following indicate the flash is bad (or is it something else)? Part: MC9S12E128CPV Mask 2L15P I built 6 boards with this part, partially populating...
... else)? ... that there ... with it's ... board, via ... command ... correct ... doesn't load ... that can ... toss the ... answer. ... My guess would be a...
... Darci, Thanks! Your suggestions were exactly on-target. Both FBULK and FLOAD worked with ";np" I then found that the cap between Vddpll and XFC had a ...
This may be a simple question, but I've just never needed to do it before. Is there a way for the software (HCS processor, specifically an S12A64 if that...
James M. Knox
jknox@...
Oct 27, 2007 7:42 pm
15480
Hi, usually we debug in special single chip mode and run in normal single chip mode. MODE register should tell you what mode is your chip in. Regards Edward ...