This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About simulation Goal VERSA1-B(VRS1001-C20B) MCU!

hello!

i find the problem which i debug my Project with Keil Software(V7.05). it's no Serial 2, can't useing Dual Data Pointers,and can't useing other special features of VERSA1-B(VRS1001-C20B) MCU when i Start Debug my my Project,Although i can select the VERSA1-B(VRS1001-C20B) device in Project -> Option for Target "Target1" ->(device list) ->Goal Semiconductor ->VERSA1-B(VRS1001-C20B). it's looks like the standard 8052 CPU.

who could tell me How could i do for useing my VERSA1-B(VRS1001-C20B) MCU's special features ?

With best regards !

BTW:The VERSA1-B(VRS1001-C20B) DataSheet at : http://www.goalsemi.com/VERSA1-B_Datasheet.pdf

Parents
  • If you have the full version of software, you should contact Keil support direct.

    The simulated peripheral support is shown here:
    http://www.keil.com/dd/chip/3503.htm
    It only lists one serial port. :-(

    Perhaps you could find another 2-port variant, and use that for simulation?

    Otherwise, how about uVision Debug and Signal functions?

    Failing that, you'll have to write your own peripheral DLLs - there's an App Note about it.

    Have you asked Goal if they have any suggestions?

Reply
  • If you have the full version of software, you should contact Keil support direct.

    The simulated peripheral support is shown here:
    http://www.keil.com/dd/chip/3503.htm
    It only lists one serial port. :-(

    Perhaps you could find another 2-port variant, and use that for simulation?

    Otherwise, how about uVision Debug and Signal functions?

    Failing that, you'll have to write your own peripheral DLLs - there's an App Note about it.

    Have you asked Goal if they have any suggestions?

Children