Skip to main content
huaer2000
Associate III
July 9, 2004
Question

stvd7 3.0 problem

  • July 9, 2004
  • 4 replies
  • 703 views
Posted on July 09, 2004 at 07:16

stvd7 3.0 problem

This topic has been closed for replies.

4 replies

huaer2000
huaer2000Author
Associate III
June 21, 2004
Posted on June 21, 2004 at 07:43

dear all,

while I use Stvd7 3.0 simualtor to debug, there's a error message'' simulator error: unknown mcu name'' . I don't know why, coudl anyone help to explain it. attached pls find the whole directory zip file.

mcuinterest

________________

Attachments :

stv73test.rar : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HzHO&d=%2Fa%2F0X0000000bTn%2FSmdKR6qSOsMlBf1jwasHX0mQlY4BmhS7GhlnA4SWEO4&asPdf=false
pete3
Associate III
June 21, 2004
Posted on June 21, 2004 at 12:42

Hi mcuinterest,

I've sent you a private message naming the author of the program. You should be able to find him from that.
sjo
Associate III
June 21, 2004
Posted on June 21, 2004 at 14:17

Its look like this device is not simulated by stvd3, try using another device such as ST72324J4.

Also you have not defined enough interrupt vectors to cover the vector section: FFE0-FFFF.

It should be

segment 'vectit'

DC.W int_catch

DC.W int_catch

DC.W int_catch ; FFE4-FFE5h AVD

DC.W int_catch ; FFE6-FFE7h SCI

DC.W int_catch ; FFE8-FFE9h TimerB

DC.W int_catch ; FFEA-FFEBh TimerA

DC.W int_catch ; FFEC-FFEDh SPI

DC.W int_catch ; FFEE-FFEFh not used

DC.W int_catch ; FFF0-FFF1h External Interrupt 3

DC.W int_catch ; FFF2-FFF3h External Interrupt 2

DC.W int_catch ; FFF4-FFF5h External Interrupt 1

DC.W int_catch ; FFF6-FFF7h External Interrupt 0

DC.W mcc_int ; FFF8-FFF9h MCC/RTC/CSS

DC.W int_catch ; FFFA-FFFBh Not Used

DC.W int_catch ; FFFC-FFFDh TRAP Software Interrupt

DC.W main ; FFFE-FFFFh RESET

or change section to FFE4-FFFF

Regards

sjo
emmanuel23
Visitor II
July 9, 2004
Posted on July 09, 2004 at 07:16

With the new 3.0.1 release, you can see, when selecting the MCU, which device is supported by the simulator and which is not.

Emmanuel.