how to use Freescale USB Stack v4.1.1 with 9s08JM60

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

how to use Freescale USB Stack v4.1.1 with 9s08JM60

跳至解决方案
1,207 次查看
hotashu
Contributor III

hello,

 

I recently installed Freescale USB Stack v4.1.1, and want to use it with 8bit MCU. i find one USB_DEVICE_STACK processor expert component, but no sample code for 8bit MCU. can USB_DEVICE_STACK work for 9s08JM60?

标签 (1)
0 项奖励
回复
1 解答
929 次查看
eduardo_viramon
NXP Employee
NXP Employee

Hotas Hu,

The USB stack doesn't support Processor Expert for the specific part, the S08JM. You may use the bare code stack without Processor Expert though, the bare code examples are here:

C:\Freescale\Freescale USB Stack v4.1.1\Source\Device\app

Open the example you are looking for and you should be able to find the folder for the S08JM.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
930 次查看
eduardo_viramon
NXP Employee
NXP Employee

Hotas Hu,

The USB stack doesn't support Processor Expert for the specific part, the S08JM. You may use the bare code stack without Processor Expert though, the bare code examples are here:

C:\Freescale\Freescale USB Stack v4.1.1\Source\Device\app

Open the example you are looking for and you should be able to find the folder for the S08JM.

0 项奖励
回复
929 次查看
hotashu
Contributor III

hello,

can anyone help on this?

0 项奖励
回复
929 次查看
BlackNight
NXP Employee
NXP Employee

If you would need USB CDC, then I have a stack with Processor Expert for you: it is based on the USB stack 4.1.1, and the Processor Expert is a component around it.

This article shows how this looks like (for KL25Z):

Tutorial: USB CDC with the KL25Z Freedom Board | MCU on Eclipse

The Processor Expert component(s) are on the GitHub site mentioned in that article. And there is as well examples for the DEMOJM60 board here:

mcuoneclipse/Examples/DEMOJM at master ·mcuoneclipse · GitHub

I hope this helps.

0 项奖励
回复