Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

My previous question makes me wonder whether it is even possible to develop with beta simulator and beta MPASM assembler support for 16F1503 (yellow dots):

enter image description here

If I can't expect workign end product, how can I write code in assembly for this particular MC? Can someone explain this? Why is MICROCHIP selling MCs, if there is no support for them? Those are questions arising in my had... Is there an explanation?

I am using the latest software:

  • IDE: MPLAB X IDE v1.20
  • Compiler: MPASM v5.45
share|improve this question

2 Answers

up vote 2 down vote accepted

If the support for this part is only showing up as beta in MPLAB X, you should revert back to MPLAB 8 for primary development.

MPLAB 8 can be installed side-by-side with MPLAB X - you can even have overlapping projects on the same source files. In fact, this practice was recommended to me by Microchip when we received training on MPLAB X recently (make sure it works in 8 if there are doubts about X).

MPLAB X is a relatively new product for which legacy support will be improved over time (they focus on the newest parts first and work backwards).

share|improve this answer

Don't use MPLAB X. That is a total re-write and it will probably take a couple more years before it's really ready. Get the latest version of MPLAB 8, and check back in a year or two.

Unless you are doing it for fun, you don't want to be a MPLAB X test pilot. I do this for a living, so I'm sticking to MPLAB 8 until I absolutely have to update it. Hopefully by that time lots of other test pilots will have already crashed and burned on my behalf and MPLAB X will be ready for real use when the job just needs to get done.

share|improve this answer
Yep, just when we thought we had all of the MPLAB 8 crashes and bugs understood, a whole new IDE is dumped on us ... in Java, no less... – Madmanguruman Jun 13 '12 at 17:05
@Madman: The old MPLAB has its warts, but on the whole its a pretty stable and useful piece of software. There really aren't mysterious crashes and the like, at least not how I use it. – Olin Lathrop Jun 13 '12 at 17:47
1  
This seems like a really similar piece of advice! – Kortuk Jun 13 '12 at 17:51
I accepted @Madmanguruman's answer as he provided similar advice first... – PrimosK Jun 13 '12 at 18:42
@OlinLathrop No such luck here - random crashes and corrupted configuration bit displays for some of the PIC24 devices we're using. Plus X only has beta support for PICkit2 (don't get me started on PICkit3) – Madmanguruman Jun 13 '12 at 19:31
show 2 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.