|
Hi Spen, Andreas
Ok, it looks like it was me being stupid with the modified .cfg permissions, which had changed due to an edit from root. This seems to be working with the 256K chip: /home/ron/Dev/openocd# Info : This adapter doesn't support configurable speed > Info : STLINK v2 JTAG v15 API v2 SWIM v4 VID 0x0483 PID 0x3748 > Info : Target voltage: 3.250952 > Info : stm32w108.cpu: hardware has 6 breakpoints, 4 watchpoints with a target .cfg of # # STM32W108xx stlink pseudo target # if { [info exists CHIPNAME] == 0 } { set CHIPNAME stm32w108 } if { [info exists CPUTAPID] == 0 } { set CPUTAPID 0x1ba01477 } if { [info exists WORKAREASIZE] == 0 } { # 4k -- This should work for all chips, though perhaps not optimally set WORKAREASIZE 0x1000 } source [find target/stm32_stlink.cfg] # Use the flash driver from the EM357 set _FLASHNAME $_CHIPNAME.flash # 256k (0x40000) of flash flash bank $_FLASHNAME em357 0x08000000 0x40000 0 0 $_TARGETNAME Using this I've flashed a verified image to the chip. Apologies for the false 'bug'. At least operation with an stm32w108CC 256K chip is now partially tested. Cheers, Ron Wellington, NZ On 26/07/2013 10:00 p.m., Spencer Oliver wrote: On 26/07/13 03:46, Ron Segal wrote: --
R o n S e g a l MSc, CEng, ITCP ![]() Wellington, New Zealand Tel: 64 4 5288806 Cell: 64 21 678009 This e-mail message and any attachments are confidential to the addressee(s). If you are not the intended addressee, please notify me as soon as possible and immediately delete the e-mail, including any attachments. Thank you. |
------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel

