Forum : ST7/STM8
Post Information | Post |
---|---|
March 18, 2010 - 3:16pm
|
For my project I use STVD with raisonance tooling. I have a question considering the option bytes, these cseg at 04800h However when I include the stm8l15x_ob.asm in my project and start debugging through the Rlink in STVD I cannot connect to the target anymore, only when I remove the stm8l15x_ob.asm from the project the debugging works fine, why is this? Am I doing something wrong, should the option bytes be defined otherwise? |
Hi,
For the ST tools (STVD, STVP), the option bytes must be defined in other ways. (in the project options, I think)
Please look at the doc of STVD for more information, or ask ST support.
For the Raisonance software tools (Ride, RFlasher, STM8_pgm), the option bytes are little more than data at 0x4800 and you could define them using the asm file like you explain... I guess you took this file from an example made for Ride?
Best Regards,
Vincent