Re: Try to blink led by nuttx

2025-01-05 Thread Shijo George
, 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 i do that >>> >>> On Sat, Jan 4, 202

Re: Try to blink led by nuttx

2025-01-04 Thread Shijo George
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: > Suggest me next step > > On Sat, Jan 4, 2025, 10:23 AM 24 yashvi shah wrote: > >> Okay >> >> On Sat, Jan 4, 2025,

Re: SDcard not working

2024-06-15 Thread Shijo George
: 0x20004264 nwords: 1 ssi_txuint8: TX: 0x2000425c->ff ssi_rxuint8: RX: 0x20004264<-ff mmcsd_geometry: ERROR: mmcsd_getcsd returned -5 nx_mount: ERROR: Bind method failed: -19 nsh: mount: mount failed: 19 On Sat, Jun 15, 2024 at 12:37 PM Shijo George wrote: > I was working with an S

SDcard not working

2024-06-15 Thread Shijo George
I was working with an SD card on the Tiva C 123GXL board, but I am unable to mount the device. Any help would be appreciated. mmcsd_sendcmd: ERROR: Failed: i=9 response=ff tiva_ssiselect: devid: 65536 CS: de-assert mmcsd_mediainitialize: ERROR: Send CMD0 failed: R1= tiva_ssiselect: devid

Nano-x porting

2024-03-28 Thread Shijo George
I was planning to port NanoX to NuttX as part of GSoC. Is anyone familiar with NanoX? Any suggestions and help would be much appreciated. Regards , Shijo george

Tiva c 123gxl can driver

2024-02-24 Thread Shijo George
problem : can driver not working tiva c 123gxl can char driver tm4cbringup: int tm4c_can_setup(void) { int ret = ERROR; // struct can_dev_s *devst; # ifdef CONFIG_TIVA_CAN0 tiva_can0_enableclk(); ret = tiva_configgpio(GPIO_CAN0_RX); if (ret < 0) { goto configgpio_er