EEPROM to USB

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,219件の閲覧回数
alexismercier
Contributor III

hello everybody,

actually I've some measure results which are saved in EEPROM

I want to know if it's possible to transfer these result via USB to the computer

thanks for your answers

Alexis.


ラベル(1)
0 件の賞賛
返信
1 解決策
1,107件の閲覧回数
eckhard
Contributor V
0 件の賞賛
返信
5 返答(返信)
1,107件の閲覧回数
eckhard
Contributor V

Hello,

yes you can. EEPROM is in the normal adressspace and can be transfered like any other Data. The rest belomgs on your Controller. Does it have USB ?. Easiest way is to use a cdc device. Either use the onchip USB as a cdc device or use a Seriel tu USB converter to send data to the PC.


Eckhard

0 件の賞賛
返信
1,107件の閲覧回数
alexismercier
Contributor III

thanks Eckhard ,

Yes my controller has USB

I'm also searching for the USB routines, if you have any idea about them you're welcome

Alexis

0 件の賞賛
返信
1,108件の閲覧回数
eckhard
Contributor V

Hello,

you can find the USB routines here : USB Stack Product Summary Page

or you can look at mcuoneclipse.com : USB CDC goes medical | MCU on Eclipse

USB CDC, reloaded | MCU on Eclipse

USB or not: CDC with Processor Expert | MCU on Eclipse

to get it as PE component

regards Eckhard

0 件の賞賛
返信
1,107件の閲覧回数
alexismercier
Contributor III

When I use Freescale USB Stack my controller is detected but it isn't recognized by windows, is it normal?

regards

Alexis.

0 件の賞賛
返信
1,107件の閲覧回数
alexismercier
Contributor III

hello Eckhard ,

thanks a lot for your help