... Any PC language that can support serial and mysql (perhaps thru ODBC) should be fine. That includes C, VB6, VB.NET, C#, Delphi, and scripting languages...
I don't understand the mentality of some people in these discussion groups. I always thought that they were supposed to be used as a learning resource. The...
... senior ... health ... Dongle into the ... HCS12-based ... personal ... yahoogroup. ... asking how ... program ... machines. ... Interfacing it should be no...
Hello I am using Mini-IDE assembler and coding in assembly. I sampled data and now I want to write my results to a text file. Does anyone have any idea on...
Hello. Has anyone used the MC1321x MCU/ZigBee chip? I managed to find very little information related to its use and that information is very hard to...
... Not too hard, easiest way is to send your data out through the serial port and capture them at the other end. That is I presume your text file lives on a...
hi i work on dragon12 board and egnu tool and i want to download the programe on the flash memory ,the help said that i should start the programe from flash...
i am working on a design project i need to analyz some data on the mini dragon and then send it throw an RF transmitter and an RF reciever will get the data...
Kinan Mauwad
kinanrm@...
Mar 5, 2007 5:36 pm
14963
Project->Open->... c:\icc12\examples.12\hello.prj ... From: "Kinan Mauwad" <kinanrm@...> To: <68HC12@yahoogroups.com> Sent: Monday, March 05, 2007...
thnkx for that man put i really dont know how to use it i dont think its the a code to send data throw RS232.. is it thx again ... ...
Kinan Mauwad
kinanrm@...
Mar 5, 2007 6:31 pm
14965
'send data through RS232' ... From: kinanrm@... To: 68HC12@yahoogroups.com Sent: Mon, 5 Mar 2007 1:29 PM Subject: Re: [68HC12] i really need your help...
... Sounds like a question for the gnu-m68hc11 group http://tech.groups.yahoo.com/group/gnu-m68hc11/ Since what you need is apparently syntaxt help for the gcc...
I'm looking for some example code that demonstratest the usage of semaphores when synching shared data between XGATE and CPU, in C language. Many thanks in...
hi i think this code will help you TAWILA Kinan Mauwad <kinanrm@...> wrote: thnkx for that man put i really dont know how to use it i dont think its...
... Are you willing to overwrite d-bug12? You can't store a program in flash on the DP256 unless you overwrite d-bug12. You can replace it with the serial...
Hello, If i do a sei instruction and if an interrupt should occur. When i do a CLI instruction if this interrupt is treated or is it forgotten? Thank you very...
... Peripherals flags is what does remember pending interrupts. For example RTIF bit in CRGFLG register is what doesn't forget about RealTimeInterrupt. TFLG1 ...
... do a CLI instruction if this interrupt is treated or is it forgotten? ... Any interrupt flags that are still present when the interrupts are re- enabled...
... Also keep this in mind when you 'cli' for the first time. Sometimes an interrupt was already pending just because of a random even on powerup, so people...
Thank you for help. I understand how it works. Regards ... From: Pascal To: 68HC12@yahoogroups.com Sent: Wednesday, March 14, 2007 5:02 PM Subject: [68HC12]...
I posted a question over a year ago about the COP ISR on the HCS12A128. It was not obvious to me that the COP ISR was ever being entered although a reset is...
... Good stuff. There are a few gotchas, there is only one flag for these registers, a second interupt request occurring in the same register before the first...
... It's a bit tricky that cop. it is not a service request, it actually does a complete hardware reset, all regs, stacks etc are zapped and set to start...
... I haven't seen the problem, but the way I prove whether it works is to have the COP vector jump into a continuous loop that flashes an error signal (LED)....
... Could you explain it better please? What's entered? What's an COP ISR. ISR = interrupt service routine and COP isn't interrupt but reset... It's confusing ...
Hi All, I'm currently using a 9s12DP256B chip from Technological Arts. I'm using ICC12 v6.15 and the SRecCvt GUI I'm having a lot of issues compiling a program...
I can't see a LED on the techarts board. Is your LED common to 5V or 0V. The more likely is to 5V, in which case PTP=0xff will turn the LED off. Try 0x00? ...
Welcome to the overly complex world of hc12 banked memory. I stick with this chip because I've always loved Motorola's engineering but this memory model is my...
Hye I'm trying to go from 9s12dp256 CPU to 9s12Xdp512, with the same printed board. I'm able to download and debug program (ICC12 ImageCraft V 7 compiler and...