Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ReySinTrono

Pages: [1]
1
Hi Mark,

Thanks for example. It's nice, but is possible with utakers to control usb mass storage (usb host controller)? Any example?

My project should use 2 pen drives to extend the coldifre internal flash and upload video files to ftp.

Regards.

Note: Sorry for my English.

2
Hi Mark,

Any example code for USB mass-storage mode with uTasker?

Thanks.

3
NXPTM M522XX, KINETIS and i.MX RT / Re: M52233DEMO FULL-DUPLEX DON´T WORK
« on: February 12, 2009, 04:39:16 PM »
Hi Mark,

If I connect a PC to switch, the led full duplex is on. why if i connect a m52233demo to switch and the led full duplex is not on?.

Thanks in advance.

4
NXPTM M522XX, KINETIS and i.MX RT / M52233DEMO FULL-DUPLEX DON´T WORK
« on: February 12, 2009, 01:12:48 PM »
Hi Mark,

I don´t get full duplex in M52233DEMO.  What do you think can be the reason?

Thanks.

5
µTasker general / Re: #define SPI_FILE_SYSTEM compile ERROR!
« on: November 19, 2008, 03:24:19 PM »
Hi,

I need to use SPI Interface for to control LCD, but when I add #define SPI_INTERFACE in config.h and Compile with Eclipse, appears the follow errors:

..\..\..\Hardware\M5223X\M5223X.c: In function 'fnWriteBytesEEPROM':
..\..\..\Hardware\M5223X\M5223X.c:2291: warning: cast from pointer to integer of different size
..\..\..\Hardware\M5223X\M5223X.c:2292: warning: cast from pointer to integer of different size
..\..\..\Hardware\M5223X\M5223X.c: In function 'fnEraseFlashSector':
..\..\..\Hardware\M5223X\M5223X.c:2403: warning: cast to pointer from integer of different size
..\..\..\Hardware\M5223X\M5223X.c:2408: error: 'ucDel' undeclared (first use in this function)
..\..\..\Hardware\M5223X\M5223X.c:2408: error: (Each undeclared identifier is reported only once
..\..\..\Hardware\M5223X\M5223X.c:2408: error: for each function it appears in.)
..\..\..\Hardware\M5223X\M5223X.c: In function 'fnWriteBytesFlash':
..\..\..\Hardware\M5223X\M5223X.c:2555: warning: cast from pointer to integer of different size
..\..\..\Hardware\M5223X\M5223X.c: At top level:
..\..\..\Hardware\M5223X\M5223X.c:2809: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
..\..\..\Hardware\M5223X\M5223X.c: In function 'fnGetParsFile':
..\..\..\Hardware\M5223X\M5223X.c:3216: warning: cast from pointer to integer of different size
..\..\..\Hardware\M5223X\M5223X.c:3217: warning: cast from pointer to integer of different size
..\..\..\Hardware\M5223X\M5223X.c:3222: error: 'usSize' undeclared (first use in this function).

I am using SP8 with ColdFIre M52233.  Which is my problem?

Thank you in advanced.

Pages: [1]