EEPROM to USB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

EEPROM to USB

跳至解决方案
1,346 次查看
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,234 次查看
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 项奖励
回复
5 回复数
1,234 次查看
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,234 次查看
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,235 次查看
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,234 次查看
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,234 次查看
alexismercier
Contributor III

hello Eckhard ,

thanks a lot for your help