|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
MPLAB 10 and ICD supportHi all!
Recently, I have assisted a Microchip forum, where I have heard from the Microchip staff that they will jump around MPLAB 9 and they will release directly MPLAB 10. This IDE will be very different from what we use now. They say that ICD2 and Pickit2 will not be recommended (but supported) for work with MPLAB 10. I wonder if ICD2 will support the new chips from Microchip or it will be only for ICD3? The RealICE is still a hi end debug tool and ICD3 is a replacement for ICD2. What do you think about it? PS. sorry for my English - I continue to learn it :) -- Artem -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
|
|
Re: MPLAB 10 and ICD supportWhy is Pickit 2 not recommended?
It works fine for me. Jo. ----- Original Message ----- From: "Artem Zezyulinskiy" <artemzez@...> To: "Microcontroller discussion list - Public." <piclist@...> Sent: Tuesday, October 27, 2009 10:23 AM Subject: [PIC] MPLAB 10 and ICD support > Hi all! > > Recently, I have assisted a Microchip forum, where I have heard from the > Microchip staff that they will jump around MPLAB 9 and they will release > directly MPLAB 10. This IDE will be very different from what we use now. > > They say that ICD2 and Pickit2 will not be recommended (but supported) > for work with MPLAB 10. > > I wonder if ICD2 will support the new chips from Microchip or it will be > only for ICD3? > > The RealICE is still a hi end debug tool and ICD3 is a replacement for > ICD2. > > What do you think about it? > > PS. sorry for my English - I continue to learn it :) > > -- > Artem > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist -------------------------------------------------------------------------------- Geen virus gevonden in het binnenkomende-bericht. Gecontroleerd door AVG - www.avg.com Versie: 8.5.423 / Virusdatabase: 270.14.33/2461 - datum van uitgifte: 10/26/09 20:22:00 -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
|
|
Re: MPLAB 10 and ICD support>I wonder if ICD2 will support the new chips from Microchip
>or it will be only for ICD3? The advertising on the Microchip web site already says the ICD2 is not recommended for use with new devices. Due to various limitations with the internal hardware of the ICD2 I doubt that it will continue to be supported for new devices. Also note that Microchip are running a program to trade in an ICD2 and get 25% off a new debug tool, such as an ICD3 or Real ICE. Note that some revisions of the ICD2 will not work with Vista 64 (not sure about Vista 32, but it may be that as well) due to internal hardware problems in the ICD2. >The RealICE is still a hi end debug tool and ICD3 is a replacement for >ICD2. Essentially yes, but when you look at the Real ICE feature list it does have significant extra features. The ICD3 is also a lot faster than the ICD2 as it can run at USB2 High Speed, where the ICD2 can run at only Full Speed, and it has a lot more debugging features for the higher end target chips. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
|
|
Re: MPLAB 10 and ICD supportFor new MPLAB and new chips
Jo Scherpenisse a écrit : > Why is Pickit 2 not recommended? > It works fine for me. > Jo. > > ----- Original Message ----- > From: "Artem Zezyulinskiy" <artemzez@...> > To: "Microcontroller discussion list - Public." <piclist@...> > Sent: Tuesday, October 27, 2009 10:23 AM > Subject: [PIC] MPLAB 10 and ICD support > > > >> Hi all! >> >> Recently, I have assisted a Microchip forum, where I have heard from the >> Microchip staff that they will jump around MPLAB 9 and they will release >> directly MPLAB 10. This IDE will be very different from what we use now. >> >> They say that ICD2 and Pickit2 will not be recommended (but supported) >> for work with MPLAB 10. >> >> I wonder if ICD2 will support the new chips from Microchip or it will be >> only for ICD3? >> >> The RealICE is still a hi end debug tool and ICD3 is a replacement for >> ICD2. >> >> What do you think about it? >> >> PS. sorry for my English - I continue to learn it :) >> >> -- >> Artem >> >> -- >> http://www.piclist.com PIC/SX FAQ & list archive >> View/change your membership options at >> http://mailman.mit.edu/mailman/listinfo/piclist >> > > > -------------------------------------------------------------------------------- > > > > Geen virus gevonden in het binnenkomende-bericht. > Gecontroleerd door AVG - www.avg.com > Versie: 8.5.423 / Virusdatabase: 270.14.33/2461 - datum van uitgifte: > 10/26/09 20:22:00 > > -- Artem ZEZYULINSKIY SEDATELEC, Chemin des Mûriers Irigny, 69540, FRANCE Tel : +33 [0] 472 663 322 -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
|
|
Re: MPLAB 10 and ICD supportAlan B. Pearce a écrit :
> The advertising on the Microchip web site already says the ICD2 is not > recommended for use with new devices. Due to various limitations with the > internal hardware of the ICD2 I doubt that it will continue to be supported > for new devices. Ok > Also note that Microchip are running a program to trade in > an ICD2 and get 25% off a new debug tool, such as an ICD3 or Real ICE. It is only for ICD3 not for Real ICE, right? > Essentially yes, but when you look at the Real ICE feature list it does have > significant extra features. The ICD3 is also a lot faster than the ICD2 as > it can run at USB2 High Speed, where the ICD2 can run at only Full Speed, > and it has a lot more debugging features for the higher end target chips. > but real ice have trace capability. It is really useful? -- Artem -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
|
|
Re: MPLAB 10 and ICD supportOn Tue, Oct 27, 2009 at 10:33 AM, Artem Zezyulinskiy
<artemzez@...> wrote: > but real ice have trace capability. It is really useful? In my opinion analysing the tracebuffer is one of the most useful thing when you are dealing with complex code. So for example you can look back when a variable set into a wrong value or at which point your function got called or what branch of program flow it went before the wrong value set. Sometimes is much better than conditional breakpoints. Tamas > > -- > Artem > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- /* www.mcuhobby.com */ int main() { char *a,*s,*q; printf(s="/* www.mcuhobby.com */ int main() { char *a,*s,*q; printf(s=%s%s%s, q=%s%s%s%s,s,q,q,a=%s%s%s%s,q,q,q,a,a,q); }", q="\"",s,q,q,a="\\",q,q,q,a,a,q); } -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
|
|
Re: MPLAB 10 and ICD support:::: Also note that Microchip are running a program to trade in :::: an ICD2 and get 25% off a new debug tool, such as an ICD3 or :::: Real ICE. :: It is only for ICD3 not for Real ICE, right? Nope, I got a 25% discount on my purchase of a Real Ice. The only gotchya is once the discount code is emailed to you, they reckon you only have 30 days to redeem it. Colin -- cdb, colin@... on 10/28/2009 Web presence: www.btech-online.co.uk Hosted by: www.1and1.co.uk/?k_id=7988359 -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
| Free embeddable forum powered by Nabble | Forum Help |