[OpenOCD-devel] pic32mx220f032b better flash support

2012-02-20 Thread salvador
sted in adding support for this kind of chips. Thanks for your good good work. Salvador -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is jus

[OpenOCD-devel] Fwd: BMX register settings in pic32mx.cfg

2012-03-07 Thread salvador
example with 4K RAM we end up setting -work-area-size to 2K but there is no kernel program memory at all. I am wrong? Thanks, Salvador. -- Virtualization & Cloud Management Using Capacity Planning Cloud compu

[OpenOCD-devel] Bug in mips32_pracc_read_mem32

2012-03-14 Thread salvador
blocksize; bytesread += blocksize; Should be: count -= blocksize; addr += blocksize * sizeof(uint32_t); bytesread += blocksize; " bytesread " is a variable that counts words A little confusing, isn

Re: [OpenOCD-devel] Bug in mips32_pracc_read_mem32

2012-03-15 Thread salvador
On 03/14/2012 07:24 PM, salvador wrote: > Hello > > If i try the command " mdw addr n " with n greater than 1024 the data > displayed is wrong from 1025 onward. > > > > The bug is located in mips32_pracc.c, in function mips32_pracc_read_mem32 > > > Ab

[OpenOCD-devel] pic32mx.cfg from git

2012-03-18 Thread salvador
Hello Please move "global _WORKAREASIZE" to near the the beginning of the config file, before the first use of _WORKAREASIZE, otherwise openocd won't start. Thanks Salvador. -- This SF email is spo

Re: [OpenOCD-devel] Fwd: It works! was: Status of PIC32/mips support?

2012-03-30 Thread salvador
On 03/29/2012 05:02 PM, Uhrheber wrote: > On 29.03.2012 11:38, salvador wrote: > >> adapter_khz 500 > It works now! > The above statement was the problem. > I had to go down to 300kHz to make it work. > At higher frequencies, I get the errors I described before (Error

Re: [OpenOCD-devel] Fwd: It works! was: Status of PIC32/mips support?

2012-04-04 Thread salvador
should not reuse this pins, but be careful. Thanks Salvador -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today.

Re: [OpenOCD-devel] Status of PIC32/mips support?

2012-04-08 Thread salvador
procedure 'script' > at file "embedded:startup.tcl", line 58 > in procedure 'flash' called at file "flash_prog.cfg", line 6 > make: *** [burn] Error 1 You don't need this flash_prog.cfg For full erase: "pic32mx unlock 0" Load the

Re: [OpenOCD-devel] Status of PIC32/mips support?

2012-04-10 Thread salvador
On 04/09/2012 04:06 PM, Vaclav Peroutka wrote: >> >> Load the init script: "reset init" >> >> For flashing test.hex: "flash write_image test.hex" > > Salvador, thank you, I forgot "reset init". Anyway, programming and > debugging

Re: [OpenOCD-devel] Status of PIC32/mips support?

2012-04-10 Thread salvador
On 04/10/2012 10:40 AM, Vaclav Peroutka wrote: > Dear Salvador, > > I put comments inside. > >> Your openocd version is a little old and don't have support for >> flashing pic32mx1xx/2xx. If you tray to program with reset init >> probably will program your f

Re: [OpenOCD-devel] Fwd: Re: Status of PIC32/mips support?

2012-04-11 Thread salvador
> don't know if it is libusb driver or openocd itself... > I use -d3, to see as much as possible. Only for comparing, how much time takes it for this command: " (gdb) monitor mdw 0xa000 1024 " ?. For me about 6 seconds (jtag

Re: [OpenOCD-devel] Fwd: Re: Status of PIC32/mips support?

2012-04-11 Thread salvador
d pin 15 (Vbus) to Vdd or Vss, but no change. /MCLR is tied to Vdd through a 820 Ohm resistor, i tested this before, with or without srst line of the adapter, but no change. Pins 14, 16, 17 and 18 are for Jtag. The rest of the pins are left not connected, floating. Have you something attached to

Re: [OpenOCD-devel] Fwd: Re: Status of PIC32/mips support?

2012-04-12 Thread salvador
; 08000749 0800074d 08000751 08000755 08000759 000 78ms I suppose this STM32 has some debug monitor to make it so fast. I think the only way to see the reason of this slow behavior is to walk through the code and put some extra debug logs to see exactly where the problem is. I will try to he

[OpenOCD-devel] ftdi driver

2012-05-20 Thread salvador
, at first glance. I tested this with a pic32 and a new ft232h. This driver works for me near 8x faster than with ft2232 driver, good job. Thanks Salvador. -- Live Security Virtual Conference Exclusive live event will

Re: [OpenOCD-devel] Stuck rocc bit

2014-09-28 Thread salvador
On 09/26/2014 10:03 PM, Kent Brinkley wrote: Hi all, I am trying to get Bus Blaster V3 probe working with CI20 (http://www.elinux.org/MIPS_Creator_CI20 ) working with openocd but I'm having not luck. Upon starting openocd, I see the jtag idcode message and see continuous reset messages beca

[OpenOCD-devel] Fwd: Re: [openocd:tickets] #117 PIC32MX bulk write algorithm failure

2016-01-31 Thread Salvador
Mensaje reenviado Asunto: Re: [OpenOCD-devel] [openocd:tickets] #117 PIC32MX bulk write algorithm failure Fecha: Sun, 31 Jan 2016 10:06:01 +0100 De: Salvador Para: Ticket 117 <1...@tickets.openocd.p.re.sf.net> The code you are looking for is in file mips

Re: [OpenOCD-devel] FTDI FT232H?

2012-05-26 Thread Salvador Arroyo
, For ft2232 driver, in ft2232.c, compiled with libftdi: line 138 added: , TYPE_232H = 6 line 603 added: || ftdi_device == TYPE_232H line 2261 added: "232H", between "4232H",and "Unknown" Something similar for the other library, but not tested. Th

Re: [OpenOCD-devel] [PATCH]: d1af45e Add FT232H to supported chips

2012-05-27 Thread Salvador Arroyo
only the four standard jtag lines. No buffers, connected directly to the pic32mx with four 100Ohm resistors. The configuration file is opencocd-usb.cfg, but pid is now 0x6014 and the RS configuration is commented out, not needed. T

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-19 Thread Salvador Arroyo
at a scan rate of 15000Khz. Thanks, Salvador -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-19 Thread Salvador Arroyo
Are there known issues with the fastdata method as coded for 0.6.1? Or am I just doing something wrong? Thanks, Mindy You can also take a look at http://openocd.zylin.com/#/c/977/ Thanks Salvador -- Everyone

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-20 Thread Salvador Arroyo
On 03/20/2013 05:37 AM, Mindy Beseler wrote: Hi Salvador, That's exactly what I was thinking might be the problem. Next I was going to use jtag_add_clocks(int num_cycles) to keep adding clocks until my setup worked. I've never used git before. I followed the steps in the ma

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-21 Thread Salvador Arroyo
it depends on another patch, clicking on this patch you can follow the dependencies and take a look at every patch. With git fetch http://openocd.zylin.com/openocd refs/changes/96/1196/5 && git checkout FETCH_HEAD you apply all the patches, it is the last of the series. Thanks

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-21 Thread Salvador Arroyo
On 03/21/2013 04:52 PM, Laurent Gauch wrote: > Le 21.03.2013 16:41, Salvador Arroyo a écrit : >>> But the num_cycles will be depending on the frequency of the JTAG >>> interface. >> Of course. >>> Are there any bit to check when scanning the target jtag registe

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-21 Thread Salvador Arroyo
On 03/21/2013 05:19 PM, Laurent Gauch wrote: > Le 21.03.2013 17:03, Salvador Arroyo a écrit : >> On 03/21/2013 04:52 PM, Laurent Gauch wrote: >>> Le 21.03.2013 16:41, Salvador Arroyo a écrit : >>>>> But the num_cycles will be depending on the frequency of the JTA

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-22 Thread Salvador Arroyo
latency is set to 2. If that's the case, change ft2232_latency to 1. At least the transfer speed should be near 4k. Please try to use the new ftdi driver. Thanks Salvador -- Everyone hates slow websites. So do we. Mak

Re: [OpenOCD-devel] Does MIPS FASTDATA in 0.6.1 work?

2013-03-22 Thread Salvador Arroyo
Of course, at a scan rate of 1000Khz around 80Kbyte/s. Or in other words, to get the transfer speed you see (4K) i need to set adapter_khz to around 50Khz. Really strange. Thanks Salvador. -- Everyone hates slow websites.

Re: [OpenOCD-devel] PIC32 flash programming

2013-05-09 Thread Salvador Arroyo
free book today! http://p.sf.net/sfu/neotech_d2d_may > ___ > OpenOCD-devel mailing list > OpenOCD-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openo