Search Results
Search results 21-23 of 23.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello. I'm using an S3A6 microcontroller from RENESAS, JFLASH software (v 6.62) and FLASHER PORTABLE PLUS. I'm trying to program the ID-CODE protection that is stored at address 0x1010018. When programming in J-LINK mode (Target -> Production programming F7), the entire code is downloaded correctly and the PCB works well. From that point on, whenever I want to program/erase the S3A6, J-FLASH shows the expected "ID Code verification" window. The problem comes when I try to do the same in Stand-al…
-
[ABANDONED] Flasher Portable Plus needs two attempts to fully program a Renesas microcontroller
PostHi Arne, yes, there is a gap between the two sections. * Bootloader section --> [0x0000 - 0x9FFF] # Bootloader code goes from 0x0000 to 0x5518. # Gap (JFlash shows symbol "--") goes from 0x5519 to 0x9FFF * Program code section --> [0xA000 - 0x25000] # Code goes from 0xA000 to 0x1F790 # Gap (JFlash shows symbol "--") goes from 0x1F791 to 0x25000 * Data flash section --> [0x40100000 - 40102000] Regards
-
[ABANDONED] Flasher Portable Plus needs two attempts to fully program a Renesas microcontroller
PostHello. I'm using an S3A6 microcontroller from RENESAS, JFLASH software (v 6.62) and FLASHER PORTABLE PLUS. My program has two different ".srec" files: 1) Program Code starting at 0xA000. 2) Bootloader code starting at address 0x0000 First, I open Program Code with JFlash software. Then, I use the option "File --> Merge data file" from JFlash to merge Program Code with Bootloader. When I use this merge with JFlash and J-LINK mode to burn the S3A6, the PCB works well at first. However, when I down…