On Tue, Apr 20, 2010 at 2:22 AM, JY Koh <ko...@uni-inc.co.kr> wrote:
> Hi All,
>
>
>
> I have a STM32F103ZE custom board.
>
> I have been using OpenOCD with Amontec JTAGkey2 for debugging.
>
> It works fine when I use internal SRAM (64K) as workspace.
>
> In order to run a little big program I add external SRAM (1M bytes) on FSMC
> (CS1)
>
> So I’d like to use this external SRAM as workspace.
>
> What should I change in target configuration ?
>
> I change workspace from 0x2000000 to 0x6000000. It doesn’t work.
>
> Please let me know if there are something to change.
>
>
>
> Regards,
>
> JY Koh
>

OpenOCD won't set up the FSMC for you so you have to do that
somewhere, preferrably in the reset init handler. But I'm not
convinced that there are any benefits over having it in internal SRAM.
What is the problem?

/Andreas
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to