KL25 and Processor Expert and DAC

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

KL25 and Processor Expert and DAC

ソリューションへジャンプ
1,985件の閲覧回数
adriangeiger
Contributor II

Hi All

I'm trying to get the CodeWarrior Processor Expert to provide me with a DAC component. Although that's no problem with the ADC, it seems there is an error in Processor Expert concering the KL25 (freedom board so far).

When I activate the filter "show only components available for processor in focused project" the DAC component is not displayed. When I deactivate the filter, the component appears, but when I add it, there's a message in the component inspector saying "target processor does not contain peripheral of this type"; which is certainly not true.

An update search of CodeWarrior has not led to any results; my current version is 10.3.

However, I have seen there is an Init Routine Init_DAC, but have not tested it so far.

Can someone help me out here?

Cheers

Adrian

ラベル(2)
1 解決策
1,133件の閲覧回数
BlackNight
NXP Employee
NXP Employee
0 件の賞賛
返信
2 返答(返信)
1,134件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Adrian,

this example might help:

DAC Example with the Freedom Board | MCU on Eclipse

0 件の賞賛
返信
1,133件の閲覧回数
steve_fae
Senior Contributor I

Thanks Erich.  Your CDC usb project works like a champ as well.