![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
Hi
I am just starting programming PIC's and would like some step by step basics. I would like to use MPLab with PBP as the Language Tool. The way I understand it, I run mplab, make a new project and edit a file in basic. When I "Build" the project, MPLab calls the PBP compiler, creates an .ASM file and then MPASM generates the .hex file. How close is this?. When I try this approach I get an error on almost every line and the compiler stops. The errors I get are either ERROR: Unable to execute mpasmwin or C:\PBP\PIC14EXT.BAS ERROR Line 12: Redefinition of VAR I am using a 12F675 on a PicKit demonstration board. What Include files are needed for this processor? Any step by step or links would be greatly appreciated. |
|
|
|
|
|
|
(permalink) |
|
You need to have PBP 2.43 !
|
|
|
|
|
|
|
(permalink) |
|
hey try to find microcode studio from somewhere else.mplab is rather hard to use.
good luck |
|
|
|
|