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 - quentin

Pages: [1]
1
NXPTM M522XX, KINETIS and i.MX RT / Re: USB Problem
« on: June 11, 2012, 09:34:59 AM »
Hi Mark,
thank you for your explanation.

2
NXPTM M522XX, KINETIS and i.MX RT / Re: USB Problem
« on: May 25, 2012, 03:19:27 PM »
I have run tests on the M52259DEMOMCU in take care to take the project you have to send me by changing only the strictly necessary in the config.h file (activation M52259DEMO, USB, SDcard support or no). my compiler code Warrior is 7.2. CDC and HID mode compile OK but same problem for its MSD does not compile.
I do not use the BootLoader, I load the program with the full.S19

Erreur : illegal implicit conversion from 'const struct stUTDISK*' to ' struct stUTDISK'
usb_application.c line 723 : ptrDiskInfo = fnGetDiskInfo(DISK_D);  

I corrected the error by changing a little earlier in the code:

 static UTDISK *ptrDiskInfo = 0; -->  static const UTDISK *ptrDiskInfo = 0;

According to the debugger application is still blocking the function, USB_OTG_ISR, and watchdog takes over.

the SDcardsupport is forced to be enabled to use the USB?

Ps :The file "usb application" was not compiled if the SDCARD_SUPPORT is not enabled.

3
NXPTM M522XX, KINETIS and i.MX RT / Re: USB Problem
« on: May 22, 2012, 08:16:07 AM »
hello,

I just checked the USB clock is all good. the only thing I change is that on the line : const UTDISK * ptrDiskInfo fnGetDiskInfo (DISK_D);
Originally the "const" or was not but I was not compiliez Code Warrior tell me because an implicit conversion.

Processor : MCF52259

the card is not an evaluation board. the hard configuration is good Because it comes from a previous project.

cordially

4
NXPTM M522XX, KINETIS and i.MX RT / USB Problem
« on: May 21, 2012, 08:25:48 AM »
Hello,

I want to use the USB functionality of ?Tasker. Including the USB-MSD. I work on Windows XP SP3. For the three operating modes Windows ( XP or SEVEN ) me the following message: "USB Device Not Recognized". The debugger tells me that I stay in a function: USB_OTG_ISR.

Are what anyone has had this problem?

cordially

Pages: [1]