, 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
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,
: 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
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
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
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