Posted on May 17, 2011 at 15:04Hi, I'm not able to reset STM8SK105K6 using STVD reset tab. Once I run the code control is going to infinite loop and I'm not able to reset the micro using reset tab in STVD. I had to forcibly power off in order to res...
Posted on May 17, 2011 at 15:04Hi, I'm unable to communicate with inbuilt bootlader in STM8S105K6. I'm using flash loader demonstrator PC application to communicate with microcontroller. As I know STM8S105K6 is using UART2 for communication. Please ...
Posted on May 17, 2011 at 15:04Hi Mozra, Thanks for the input. Please note I'm not using UBC. I'm copying the code to RAM. Code size is 700Bytes which is within RAM size(2K). But still i could erase using RAM code. Regards, Raghavendra
Posted on May 17, 2011 at 15:04Hi, Thanks for the input. I'm unable to erase the flash from my bootloader code. I could only erase part of flash i.e., only i could erase first two blocks of the FLASH. It is not erasing from 0x8100. Please help me to...
Posted on May 17, 2011 at 15:04Thank you for reply. Since my RAM code does only reading from UART and writing to FLASH(Size of bootloader code is 300bytes). Can't I directly run from RAM? as you told, I have defined FLASH_CODE section in RAM Thanks,...