Microcode Studio Problems


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Location
    nebraska
    Posts
    79

    Default Microcode Studio Problems

    Hi I recently had wipe my harddrive and start over. I'm using PicBasic Pro 2.44, MicroCode Studio Plus and I downloaded MicroChips MPLAB 7.0. I made a simple Program to compile just to see if I had everything configured right and I got this error message.

    Warnin[230]C:\pbp244\18f458.inc20:_config has been deprecated for pic18 devices. Use directive config.

    Could some one tell me what this error is please. Here is my code.

    TrisB.1 = 0
    Loop:
    PortB.1 = 1
    pause 1000
    PortB.1 = 0
    Pause 1000
    Goto Loop

    I'm pretty sure it has nothing to do with my code but how I have microcode configured.

    Thanks

  2. #2
    Join Date
    Dec 2004
    Location
    nebraska
    Posts
    79


    Did you find this post helpful? Yes | No

    Default

    I'm sorry I Jumped the gun I found a thread with my answer thanks

Similar Threads

  1. MicroCode Studio Plus Problems
    By Mike2545 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 11th August 2009, 02:11
  2. Microcode studio loader problem
    By woodygjw in forum General
    Replies: 2
    Last Post: - 10th September 2007, 01:18
  3. Problems with MicroCode Studio ICD
    By Muzza in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 5th July 2006, 02:37
  4. Replies: 0
    Last Post: - 8th February 2006, 13:52
  5. How to used ICD of microcode studio
    By chai98a in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 19th November 2005, 00:29

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