2004-07-08 10:16 PM
2004-06-20 10:43 PM
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=false2004-06-21 03:42 AM
Hi mcuinterest,
I've sent you a private message naming the author of the program. You should be able to find him from that.2004-06-21 05:17 AM
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 sjo2004-07-08 10:16 PM
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.