... the ... Hello Daniel, I know it's not nice to reply to myself, but here are direct links... You can try the FULL version for FREE during 30 days. ...
... the ... Hello Daniel, I know it's not nice to reply to myself, but here are direct links... You can try the FULL version for FREE during 30 days. ...
No, that is not what I mean. I mean that during operation, the customer will not reprogram the CPLD by using a JTAG, because he has (I hope) no idea how to do...
Hi George, I suggest you still put the socket on for the JTAG, and also jumpers on the PCB so that you can initially program the CPLD through the socket then...
Hi Venki, After we changed CAN transceiver from MAX 3053 to Philips C250, my programs worked on PJ6/PJ7. We don't know why MAX 3053 didn't work but it seems a ...
... From: 68HC12@yahoogroups.com [mailto:68HC12@yahoogroups.com] On Behalf Of Profos, Georg Sent: Wednesday, 25 April 2007 12:44 AM To: 68HC12@yahoogroups.com ...
... To program the flash without a BDM you need a program running internally that allows you to do so, but to get that program into the machine you need a BDM,...
... commercial ... internally that allows you to do so, but to get that program into the machine you need a BDM, chicken/egg situation unfortunately. ... demo...
Hi all, I have a problem when trying to read the analog value from the onboard potentiometer on Dragon 12(mc9s12dp256).I came to know that the potentiometer is...
Hi all, I have a problem when trying to read the analog value from the onboard potentiometer on Dragon 12(mc9s12dp256).I came to know that the potentiometer is...
Hi all, I have a problem when trying to read the analog value from the onboard potentiometer on Dragon 12(mc9s12dp256) .I came to know that the potentiometer...
Hello I am new on this list. Reading the list archive tells me that I may be in a right place with my questions. I am planing to start experimenting with my...
1) You need to have something like MC34064 on /RESET pin. 2) VREGEN should be tied to VCC. 3) VDD2, VDD1 must be NOT connected to 5V VCC! VDD1 and VDD2 are the...
Edward, thank you for your valuable comments. This kind of stupid errors usually happens when you are working with completelly new architecture. Found issues...
If the ip for the bdlc in this chip is the same as for the dp256 then I'd say the J1850 is crappy. Too bad Moto phased out the mc68hc58 because the internal...
Hello, I\'m very inexperienced with embedded systems and got stuck with this project. It consists of receiving a 5V square wave periodically. I need to time...
Hi, Use one of the timer capture inputs. You have to enable the interrupt for the timer capture function and this will let you write code to time stamp the...
Sean, I don't have the datasheet handy etc. and can't give any specific, but the general idea is this: pick a free input pin that is otherwise not tie to a...
I am new to embedded system design and was wondering if anyone knew of a good seminar or short course that could help me to get a grasp on some of the...
Hello, I've been trying to figure this out for some time now and think I'm having a little trouble with the concept in addition to some other details. I'm...
hi every body, can anybody help me out of this confusion...? Why CAN bus has two lines..CAN_L and CAN_H I tried to get the sollution for this from some of my...
Hello, I\'ve been trying to figure this out for some time now and think I\'m having a little trouble with the concept in addition to some other details. I\'m...
Hello, I\'ve been trying to figure this out for some time now and think I\'m having a little trouble with the concept in addition to some other details. I\'m...
Hello, I\\\'ve been trying to figure this out for some time now and think I\\\'m having a little trouble with the concept in addition to some other details. ...
Calling TC7init in main is fine, you probably did not use the correct syntax. It needs to be something like main() { ... TC7init(); ... } ... // richard (This...