Re: Try to blink led by nuttx

2025-01-02 Thread 24 yashvi shah
I try linum-stm32h753bi:nsh,:usbnsh But ... On Fri, Jan 3, 2025, 10:49 AM 24 yashvi shah wrote: > Yes I refer to this vlog > the led board support is disabled > All configurations are the same > > But.. > 0800 A _stext > 0800 T _vectors > 08000298 t stm3

Re: Try to blink led by nuttx

2025-01-02 Thread 24 yashvi shah
-j > > Then open System.map and you should see: > > 08015b40 T fwrite > 08015b68 T fputc_unlocked > 08015ba2 T fputc > 08015bc2 T up_fork > 08015bec T arm_fork > 08015cb4 T register_blockdriver > 08015cf4 T board_userled_initialize <<<<<<<< here &g

Re: Try to blink led by nuttx

2025-01-06 Thread 24 yashvi shah
Thank you @alan sir and @shijo sir It works successfully On Mon, Jan 6, 2025, 7:05 PM 24 yashvi shah wrote: > Okay > > Thank you for your reply > > I will try this and tell you the results > > On Mon, Jan 6, 2025, 1:35 AM Shijo George wrote: > >> Hey Yashvi,

Re: Try to blink led by nuttx

2025-01-07 Thread 24 yashvi shah
will have your first contribution to the project! > > BR, > > Alan > > On Monday, January 6, 2025, 24 yashvi shah wrote: > >> Thank you @alan sir and @shijo sir >> >> It works successfully >> >> On Mon, Jan 6, 2025, 7:05 PM 24 yashvi shah wrote:

Re: Try to blink led by nuttx

2025-01-06 Thread 24 yashvi shah
> > > i used 1 here > (0x01) Subset of LEDs to use > > After making these changes, build it, and you should have the LED working. > > > > Regards , > > Shijo > > On Sun, Jan 5, 2025 at 8:18 PM 24 yashvi shah > wrote: > >> Hello sir.. >> >> I

Help me to solve issues

2024-12-06 Thread 24 yashvi shah
Hello I am trying to flash nuttx in my stm32f103c8t6 But facing some difficulties yashvi-shah@yashvi-shah:~/nuttxspace/nuttx$ openocd -f interface/stlink-v2.cfg -f target/cs32f1x.cfg -c init -c "reset halt" -c "flash write_image erase nuttx.bin 0x0800" Open On-Chip Debugger 0.12.0 Licens

Re: Try to blink led by nuttx

2025-01-02 Thread 24 yashvi shah
NuttShell is not working with that On Fri, Jan 3, 2025, 12:05 PM 24 yashvi shah wrote: > I try linum-stm32h753bi:nsh,:usbnsh > > But ... > > On Fri, Jan 3, 2025, 10:49 AM 24 yashvi shah wrote: > >> Yes I refer to this vlog >> the led board support is disabled >

Try to blink led by nuttx

2025-01-02 Thread 24 yashvi shah
Hello, I am trying to blink an LED on the Nucleo H753ZI board. However, in Minicom, when I type ls /dev, there is no option for userled shown after configuration. I checked the system map, but there is no function for board_userled_initialize. How can I solve this issue? Thank you! On Thu, Jan

Re: Try to blink led by nuttx

2025-01-04 Thread 24 yashvi shah
Okay How i do that On Sat, Jan 4, 2025, 4:26 PM Shijo George wrote: > Hey yashvi, > I guess the H753ZI is a direct replacement for the H743ZI. Can you please > check how it's being done in the H743ZI? > > On Sat, 4 Jan, 2025, 12:36 pm 24 yashvi shah, > wrote: &g

Re: Try to blink led by nuttx

2025-01-03 Thread 24 yashvi shah
x27;t check). > > Jorge, could you please confirm? > > BR, > > Alan > > On Fri, Jan 3, 2025 at 3:53 AM 24 yashvi shah > wrote: > >> NuttShell is not working with that >> >> On Fri, Jan 3, 2025, 12:05 PM 24 yashvi shah >> wrote: >> >>>

Re: Try to blink led by nuttx

2025-01-03 Thread 24 yashvi shah
Suggest me next step On Sat, Jan 4, 2025, 10:23 AM 24 yashvi shah wrote: > Okay > > On Sat, Jan 4, 2025, 7:03 AM Alan C. Assis wrote: > >> Hi Yashvi, >> >> The serial port and pins used on linum board are different, linum uses >> USART1 on PD14 and PD15, nu

Re: Try to blink led by nuttx

2025-01-04 Thread 24 yashvi shah
Like how i check that And thank you... On Sat, Jan 4, 2025, 4:27 PM 24 yashvi shah wrote: > Okay > > How i do that > > On Sat, Jan 4, 2025, 4:26 PM Shijo George wrote: > >> Hey yashvi, >> I guess the H753ZI is a direct replacement for the H743ZI. Can you please &

Re: Try to blink led by nuttx

2025-01-05 Thread 24 yashvi shah
Hello sir.. Is there any solution for this or else i need to change the controller??? On Sat, Jan 4, 2025, 4:35 PM 24 yashvi shah wrote: > Like how i check that > > And thank you... > > On Sat, Jan 4, 2025, 4:27 PM 24 yashvi shah wrote: > >> Okay >> >> How