David Brownell schrieb:
> On Tuesday 13 October 2009, Daniel Bäder wrote:
>> there should the possibility to do a memwrite without increment
>> because you need it for nand flash (at least on Samsung processors) 
>> I don't know if this option is the right way to do this. 
> 
> Wouldn't making src/flash/arm_nandio.c work on ARMv6 be
> an appropriate solution too?  Normal incrementing write
> to a work area buffer; then execute a code fragment to
> write to the NAND chip (or a FIFO or whatever).

The disadvantage here is the work area. I don't need to initialize
any memory if I write or read directly to/from the flash.

However, I think the way it is implemented now is not very useful.
So removing the option is ok.

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to