Re: [OpenOCD-devel] OpenSDA?

2013-03-17 Thread Alan Carvalho de Assis
Hi Spen, On 2/8/13, Spencer Oliver s...@spen-soft.co.uk wrote: On 8 Feb 2013 08:25, Freddie Chopin freddie_cho...@op.pl wrote: Is there anything in OpenOCD to support OpenSDA debugger (as found of new Freescale dev boards - Freedom, with Cortex-M0+)? No but you can load CMSIS-DAP firmware

Re: [OpenOCD-devel] OpenSDA?

2013-03-18 Thread Alan Carvalho de Assis
Hi Spen, On 3/18/13, Spencer Oliver s...@spen-soft.co.uk wrote: What do you mean by initial support? Is it working for basic debug and flash programming? my initial support does nothing yet, still very wip. However mike's code look to be a lot further along. Right, thank you very much!

Re: [OpenOCD-devel] OpenSDA?

2013-03-18 Thread Alan Carvalho de Assis
Hi Mike, On 3/18/13, shed m...@theshedworks.org.uk wrote: CM0+ also has a standard AHB-AP which is sufficient for most operations. The MDM-AP looks like it would be really useful to debug low-power issues and hopefully support could be added at some later date. But right now I'm

Re: [OpenOCD-devel] xtensa, ESP8266 support

2016-09-03 Thread Alan Carvalho de Assis
Hi Thomas, How are you? I hope fine. What happened to suggested fixes to your commit: http://openocd.zylin.com/#/c/3348/ Are you busy? Maybe I could help to fix it. There are people interested to port NuttX for ESP8266 and ESP32. Then getting ESPxx support on OpenOCD mainline is important to

Re: [OpenOCD-devel] xtensa, ESP8266 support

2016-09-04 Thread Alan Carvalho de Assis
Hi Oleksij, I hope this thread doesn't become OT. On 9/3/16, Oleksij Rempel wrote: > How interesting, > would it work with atheros ar9271? I would then need to get ESP8266 for > comparison. > Yes, since ar9271 is also based on Xtensa core, it could be possible. But

Re: [OpenOCD-devel] disable MMU for aarch64

2018-06-26 Thread Alan Carvalho de Assis
Hi Vladimir, Please take a look at this guideline to submit patches to OpenOCD: http://openocd.org/doc-release/doxygen/patchguide.html BR, Alan On 6/26/18, Vladimir Neyelov via OpenOCD-devel wrote: > Hi all, > > I try to use Open OCD with bus blaster on our ARMv8 based board. Sometimes >

Re: [OpenOCD-devel] Flashing nRF52 & watchdog

2018-06-21 Thread Alan Carvalho de Assis
Hi Emmanuel, I used OpenOCD to flash NuttX firmware image inside nRF52 module and it worked fine. These are the steps: https://acassis.wordpress.com/2018/04/03/how-to-install-nuttx-on-nordic-nrf52832/ BR, Alan On 6/21/18, Emmanuel Blot wrote: > Hi All, > > I’ve been working on OpenOCD to

Re: [OpenOCD-devel] Flashing nRF52 & watchdog

2018-06-21 Thread Alan Carvalho de Assis
Hi Emmanuel, It takes less than 15s because the firmware is less than 60KB. I didn't touch the WatchDog. Try to modify the nrf52.cfg to include the watchdog initialization and set it to a long value. BR, Alan On 6/21/18, Emmanuel Blot wrote: > (sorry, I missed the reply was for the author

Re: [OpenOCD-devel] risc-v support

2018-07-12 Thread Alan Carvalho de Assis
Hi Tim, Basically some openocd user needs to test it and give a +1 and then an OpenOCD developer need to verify the code quality and also give +1 or propose some modification to your patch. After the corrections and he giving a +1 in the gerrit review the patch is incorporated. OpenOCD is a

Re: [OpenOCD-devel] [openocd:tickets] #253 default SWI speed too high for XMC4500 Relax Lite board

2019-10-26 Thread Alan Carvalho de Assis
Hi Markus, Mainline OpenOCD works fine for me: https://acassis.wordpress.com/2018/01/08/running-nuttx-on-infineon-xmc4500-relax/ Maybe it is some issue on your board or new version. No idea... BR, Alan On Saturday, October 26, 2019, Markus Kuhn via OpenOCD-devel <

Re: [OpenOCD-devel] Cannot flash to nRF52833

2020-03-14 Thread Alan Carvalho de Assis
Hi Kristof, I just you missed the mass erase command to fix it, I faced same issue with nRF51 some years ago: https://acassis.wordpress.com/2015/10/21/nrf51822-and-openocd-cannot-erase-protected-sector-at-0x0/ I think nRF52833 is just same nRF52833 but for industrial grade. I also used OpenOCD

Re: [OpenOCD-devel] Cannot flash to nRF52833

2020-03-15 Thread Alan Carvalho de Assis
Hi Kristof, you are using the command to nrf51, but your nrf52. As you could see in the second command I sent you, you should use: nrf5 mass_erase BR, Alan On 3/15/20, kristof.mul...@telenet.be wrote: > Dear Mr. Alan Carvalho de Assis > and > Mr. Tomas Vanek, > > Than

Re: [OpenOCD-devel] Cannot flash to nRF52833

2020-03-15 Thread Alan Carvalho de Assis
ou could see in the second command I sent you, you should use: >> nrf5 mass_erase >> >> BR, >> Alan >> >> ----------- >> >> On 3/15/20, kristof.mul...@telenet.be wrote: >> Dear Mr. Alan Carvalho de Assi

Re: [OpenOCD-devel] Logo voting is open

2020-07-27 Thread Alan Carvalho de Assis
Hi Kristof, Why instead defining the Logos to OpenOCD on Embeetle don't we call a contest to community submit a logo to OpenOCD? Not that your logo are bad, they aren't, but I think the community could submit great logos. My chip uses BGA package and it said he felt discriminated against! :-)

Re: Profiling Tool for OpenOCD

2021-05-18 Thread Alan Carvalho de Assis
Hi Cinly, I think you need to go in the route you are already in (gprof, etc). As a side note, for those trying to profiling the target board instead of the host, please take a look at this project: https://github.com/orbcode/orbuculum Using it the author was able to profile the NuttX RTOS to

Re: Support for NXP S32G

2021-06-02 Thread Alan Carvalho de Assis
Hi Antoine, Thank you for posting it here. Could you please submit it using the review on gerrit? http://openocd.org/doc-release/doxygen/patchguide.html BR, Alan On 6/2/21, Antoine wrote: > Hello, > > Below is a patch to allow support for NXP S32G (Cortex M7 cores). > > The change is quite

Re: Debugger dongle project

2021-10-11 Thread Alan Carvalho de Assis
Hi Paul, On 10/11/21, Paul Fertser wrote: > Hi, > > On Mon, Oct 11, 2021 at 02:44:08PM +0200, Antonio Borneo wrote: >> Personally I would be interested in implementing a high-speed trace >> port adapter for ARM targets, but I'm afraid of the missing skills (on >> my side) on the high-speed PCB

Re: [PATCH]: 417a1b46e5 flash/nor/kinetis: fix clang scan-build error format-truncation

2022-08-21 Thread Alan Carvalho de Assis
You are welcome! BR, Alan On 8/21/22, Erhan Kurubas wrote: > Hi Alan, > > Yes :) Thanks to notice this in a minute. > >> On 21 Aug 2022, at 22:09, Alan Carvalho de Assis >> wrote: >> >> [External: This email originated outside Espressif] >> >>

Re: [PATCH]: 417a1b46e5 flash/nor/kinetis: fix clang scan-build error format-truncation

2022-08-21 Thread Alan Carvalho de Assis
Hi Erhan, I think you cannot do "bank_idx & 999" because 999 is 100111 in binary So a bank_idx 8 (1000 in binary) will become 0. BR, Alan On 8/21/22, ger...@openocd.org wrote: > This is an automated email from Gerrit. > > "Erhan Kurubas " just uploaded a new patch set > to Gerrit, which

[OpenOCD-devel] [openocd:tickets] Re: #253 default SWI speed too high for XMC4500 Relax Lite board

2020-01-28 Thread Alan Carvalho de Assis via OpenOCD-devel
Hi Markus, Mainline OpenOCD works fine for me: https://acassis.wordpress.com/2018/01/08/running-nuttx-on-infineon-xmc4500-relax/ Maybe it is some issue on your board or new version. No idea... BR, Alan On Saturday, October 26, 2019, Markus Kuhn via OpenOCD-devel <