Posted on May 17, 2011 at 15:09The original Intel-Hex file format, created back in 1970/80's, only allowed for 16-bit addresses (65,536 bytes total). The Extended-Hex allows 32-bit addresses. Since the STM8 has a 24-bit address space, even though so...
Posted on May 17, 2011 at 15:09http://www.cosmic-software.com/stm8.php so if you really want to use STVD you can. Personally I use IAR's EWSTM8 product as we use other IAR products and I prefer it to STVD/Cosmic.
Posted on May 17, 2011 at 15:09Perhaps you should post your question to the STM32 forum rather than the STM8 one ;) BTW I'm not sure why you want to access the BOOTx pins. What are you trying to achieve?
Posted on May 17, 2011 at 15:09Using a cast from an unsigned byte to an enumeratied type is not guaranteed to produce the desired result. It may work with some compilers but it does NOT with IAR's EWSTM8. I know because I looked at the value returne...
Posted on May 17, 2011 at 15:09http://www.st.com/stonline/products/literature/pm/13590.pdf BTW you might want to bookmark this page.http://www.st.com/mcu/familiesdocs-113.html