Can assembly code running on stm8s-dicovery board?
I have tested my stm8s-discovery board for 2 days. The MCU is stm8s105c6t6, the Hex format file produced in c language on the IAR EW platform, could run as expected when uploaded into the board, but the final file from assembly language, both in Hex and .s19 format, generated from STVD, cann't run at all when uploading.
I have tested download code from STVD and STVP, in format of intel hex, intel hex extended, and motorola s19, neither of it could run.
So, my question is, whether file produced in assembly code could run on stm8s105c6t6? Is there any other configuration option, or due to ST-LINK(v2) or stms8-dicovery board itself?
