Re: Questions about STM32 support/programming

2024-09-27 Thread michal . lyszczek
On 2024-09-27 09:14:33, Nathan Hartman wrote: > I just had an idea that it would be neat to write a utility, which could > live under 'tools' (to be run on a developer machine) that would analyze > the current configuration and automatically generate the correct openocd > and gdb incantations. I ha

Re: Questions about STM32 support/programming

2024-09-27 Thread Tomek CEDRO
Information on STM32F3 flashing example added: https://github.com/apache/nuttx/pull/13698 Please provide other verified chips information so we can add, just reply here with short description and I will add them for you :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Amateur Rocketry Team Contributors

2024-09-27 Thread Matteo Golin
Thank you everyone for the support! Regarding the blog posts, we will be sure to record lots of media material throughout the year for us to include if that is something to be pursued. Alan, thank you for the link to PSAS! Some of our members have told me they have heard of this team; their wor

Re: Questions about STM32 support/programming

2024-09-27 Thread Tomek CEDRO
On Fri, Sep 27, 2024 at 4:17 PM wrote: > On 2024-09-27 09:14:33, Nathan Hartman wrote: > I don't like zephyr, but 'west flash' is a good thing they did. I proposed > this in the past when there was a discussion about how to make nuttx more > popular. > > You could create phony target 'make flash',

Re: Questions about STM32 support/programming

2024-09-27 Thread Nathan Hartman
On Fri, Sep 27, 2024 at 2:24 AM wrote: > On 2024-09-26 21:58:38, Matteo Golin wrote: > > Hello all, > > We figured we should check here first if anyone who had > > experimented with STM32 chips knows offhand whether or not it's > > possible to program over a USB interface, how to do it with the >

Re: Questions about STM32 support/programming

2024-09-27 Thread Tomek CEDRO
On Fri, Sep 27, 2024 at 3:16 PM Nathan Hartman wrote: > Something along these lines should be added to Documentation. I can add instructions from Michal to SMT32F3: openocd -f interface/stlink.cfg -f target/stm32f3x.cfg -c 'program nuttx.bin 0x0800' I guess this should land in the top leve

Re: Help wanted!

2024-09-27 Thread Ville Juven
Hi, If help with code review is still needed, I'd like to volunteer for that work. I can help with changes that touch arm64, risc-v and especially the memory protected modes (CONFIG_BUILD_KERNEL) / address environments. You might know me as pussuw on Github. Br, Ville Juven _