Errors with PBP3 and Microcode 5.0.0.3


Closed Thread
Results 1 to 26 of 26

Hybrid View

  1. #1
    Join Date
    Mar 2005
    Location
    CROATIA
    Posts
    38


    Did you find this post helpful? Yes | No

    Default Re: Errors with PBP3 and Microcode 5.0.0.3

    Hi....

    problem message[303] Program word too large truncated to core size(cfa4) and so on 4 line...
    2 lines for 16f1828.inc line 20, 21 (tried to moding few variation of original val but no joy)
    2 line for generated asm line 69, pointing to last "End" word in xx.asm

    i have very simple test code which succesfuly compile if i change 16f1828 to 16f1827


    a var byte
    b var byte
    ch1 var byte
    ch2 var byte
    LED var PORTb.6



    start:

    adcin 4,ch1
    pause 1
    hpwm 1,ch1,32000

    adcin 5,ch2
    pause 1
    hpwm 2,ch2,32000
    pause 10
    a=a+1
    if a=255 then toggle led
    goto start




    pbp is 2.60c
    mcs+ 3005

    .inc files modified for fusses
    mplab 8.90 / mpasm 5.49

    what can be diferent between those configs if 16f1827 compile but 16f1828 want.

  2. #2
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default Re: Errors with PBP3 and Microcode 5.0.0.3

    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  3. #3
    Join Date
    Mar 2005
    Location
    CROATIA
    Posts
    38


    Did you find this post helpful? Yes | No

    Default Re: Errors with PBP3 and Microcode 5.0.0.3

    to archangel; YES !!!!!!!!!!!!!! you right, i download "as in threed told" mpasm from v8.63 put in separare folder to
    preserve existing 8.9 ver regarding pk3cmd.....
    newer then 8.63 have bugy defined pic16f1628.... but must stole few line from never p16f1628.inc to alow
    pbp macro find iex CCPTMRS0 EQU H'029E' line (without this hpwm won't work)......
    yesterday i was to tired to see things thanx
    sorry for my bad english writing , i hope someone too, help this diging...

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts