This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

"This is not a valid vbusp cfg address : 0x00033124"

Hi,

        When I start to run the target, e.g. debugsession.target.run(), it tells the following messages. What does it mean, "This is not a valid vbusp cfg address : 0x00033080"?

Br,

run: ENTRY

run: Requesting target run

waitUntil: ENTRY flag: onRunning timeout: 150000 (ms)

onEvent: Target is now running

waitUntil: RETURN true

run: Target is running, waiting for a halt

waitUntil: ENTRY flag: onHalt timeout: 150000 (ms)

Simulator config cpu 2 : Startup pre started.

System.FARADAY.SHARED_SYSTEM.USER5 : AI Reset interface - end

System.FARADAY.SHARED_SYSTEM.USER6 : Reset

System.FARADAY.SHARED_SYSTEM.USER1 : Init Done

This is not a valid vbusp cfg address : 0x00033080

This is not a valid vbusp cfg address : 0x00033080

This is not a valid vbusp cfg address : 0x00030008

This is not a valid vbusp cfg address : 0x0003000c

This is not a valid vbusp cfg address : 0x00030028

This is not a valid vbusp cfg address : 0x0003002c

This is not a valid vbusp cfg address : 0x00030808

This is not a valid vbusp cfg address : 0x0003080c

This is not a valid vbusp cfg address : 0x00030828

This is not a valid vbusp cfg address : 0x0003082c

This is not a valid vbusp cfg address : 0x00031008

This is not a valid vbusp cfg address : 0x0003100c

This is not a valid vbusp cfg address : 0x00031028

This is not a valid vbusp cfg address : 0x0003102c

This is not a valid vbusp cfg address : 0x00031808

This is not a valid vbusp cfg address : 0x0003180c

This is not a valid vbusp cfg address : 0x00031828

This is not a valid vbusp cfg address : 0x0003182c

This is not a valid vbusp cfg address : 0x00032008

This is not a valid vbusp cfg address : 0x0003200c

This is not a valid vbusp cfg address : 0x00032028

This is not a valid vbusp cfg address : 0x0003202c

This is not a valid vbusp cfg address : 0x00032808

This is not a valid vbusp cfg address : 0x0003280c

This is not a valid vbusp cfg address : 0x00032828

This is not a valid vbusp cfg address : 0x0003282c

This is not a valid vbusp cfg address : 0x00033104

This is not a valid vbusp cfg address : 0x00033124

Simulator config cpu 2 : Startup post started.

Simulator config cpu 2 : Platform ready ind sent.

 

 

 

  • Hi,

       Can you send the "integration.log" located at "<CCSv4 installation>\ccsv4\simulation\env\ccs\drivers "? If this log file is not generated, to enable the logging open the simulator configurations file.

    Open the target configuration xml in CCSv4 IDE, goto advanced tab, click on any of the processor then properties will show up. Check the file name in simulator config file & open the config file in an editor. Search for "FILE_LOG ON;" and uncomment the line. (Remove the //)

    Run the simulator and log file will be generated.

    Regards,

    Mani 

  • Hi Mini,

        Thanks for your advice, i will give it a try.

     

    Br,

    AppleCat

  • Hi, Mani,

          Sorry for the late reply. See the attach for the log.

    2402.sim_integration.log

  • Hi,

    The log file looks good. I believe you are accessing the reserved memory space of a peripheral. The address reported in the error is a relative address, so i can't accurately say which address range is causing the error.

    Simulator supports AIF, Semphore, VCP, TCP model and if you are accessing the memory range of this model, then you will get this error. If you give us the exact memory range your application is using then we can precisely say which model is causing the error. Please check the device spec for available memory range to use.

     regards,

    Mani