2009-12-16 11:52 PM
Configure Boot flash using Usb Jlink or Ulink
2011-05-17 12:31 AM
The ST JLink cable is (as the word meaning) a JLINK interface.
with the jlink interface you can change some registry in the cpu or in the flash writing the appropriate istructions.
Hm. I think you mean ''RLink''? JLink is a JTAG programmer/debugger sold by IAR (yellow); original JLink is made by Segger (black). For Atmel SAM series there is SAM-ICE (blue) based on JLink, but this version works ONLY with Atmel's MCU. SAM-ICE is also less than half the price (U$ 129 vs. U$ 299) (Updated Sep 14, '06) Anyway, I did read more ST documentation and realized there are two versions of the RLink: one is code size limited for debugging, but can program the configuration fuses - RLink. The other is full blown JTAG debugger/programmer unlimited to code size - RLink ProI need to program the config. bits only, at this moment. RLink is USB based, FLASHLINK is not. CAPS software can interface to both. Anyone can comment on how well RLink (non-pro) works, please? [ This message was edited by: hARMless on 14-09-2006 17:40 ]
2011-05-17 12:31 AM
Hello,
I Did buy the RLINK USB limited version. I Use it with CAPS to update confuguration data. it is working without any problems Regards2011-05-17 12:31 AM
I Use it with CAPS to update confuguration data.
it is working without any problems
Thanks for your feedback.
2011-05-17 12:31 AM
On 06-09-2006 at 09:44, acorchia wrote:
Hello,
I Did buy the RLINK USB limited version.
I Use it with CAPS to update confuguration data. it is working without any problems
Thanks for your input, I got Rlink (from Digikey), and brought my 911 (no, not from Porsche) board up. It works, I do apologize for my previous bitching about ST tools. Now, if I could burn the config. bits with my JLink.....?
2011-05-17 12:31 AM
hi,STARM and acorchia: ''The CPU crashes because the FMI_Config function writes in the configuration registers of the flash which are located in Bank1.'' As i know the configuration registers of the flash is in 0x54000000~0x58000000 and bank1 flash address can be remap to 0x00000000~0x03ffffff. why you say that?
Regards2011-05-17 12:31 AM
Hi all,
to set the bank 1 as the boot bank on the st9 using jlink, you can use the Segger j-link tools. you can find them here: SEGGER open the folder with command line and call jlinkstr91x.exe. it should connect through jlink. you then have to type 'setb 1' and you're done. the boot bank will be the bank 1. hope it helps! cheers, Bib'2011-05-17 12:31 AM
Hi all,
look here to find KEIL's solution for selecting STR91x Flash banks using the ULINK adapter: I'm using this method to select the boot bank1 for my IAP bootloader successfully. Hope this helps. Ullrich2011-05-17 12:31 AM
The HiTOP Debugger and IDE which is included in the Hitex STR9 starterkit supports the FLASH configuration as well as the LVD treshold settings. These can be configured easy with the seetings dialog.
Best regards Kurt