How to address Segments_display Component to QY4

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

How to address Segments_display Component to QY4

ソリューションへジャンプ
3,975件の閲覧回数
ecoli
Contributor I
I can't find a way to address the Segments_display on a Demo CodeWarrior 5.7.

The segments will be commanded trough PORTB, and de digits trough PORTA.

The Visualizationtool 7 Segment Display works ok, but I need more digits (and multiplexed, like it will be in real life).

If anybody can help me, I apreciate. Tks.

ecoli
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,273件の閲覧回数
BlackNight
NXP Employee
NXP Employee
Hello,
I fear there will be no simple answer.
The segments_display you can configure a little bit, but as you say: this does not provide you much what you want.
The 7-segment in the Visualisation tool is more generic (you can add more/etc), but is not multiplexed.

I think the only real solution is following: there is a product/package called 'Peripheral Builder', which allows you to create your own visualisation/peripherals. Basically it is an SDK, providing examples and wizards for Visual Studio (it was done for version 6.0). Teh 'segments_display' one was done with this SDK as an example, so you see what is possible. Now this would require some real C++ programming/etc to make it work.

Some more information: http://store.metrowerks.com/dr/v2/ec_Main.Entry17C?SID=43305&SP=10023&CID=145724&PID=699082&PN=1&V1=...

Erich

Message Edited by Alban on 02-27-2006 10:47 AM

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,274件の閲覧回数
BlackNight
NXP Employee
NXP Employee
Hello,
I fear there will be no simple answer.
The segments_display you can configure a little bit, but as you say: this does not provide you much what you want.
The 7-segment in the Visualisation tool is more generic (you can add more/etc), but is not multiplexed.

I think the only real solution is following: there is a product/package called 'Peripheral Builder', which allows you to create your own visualisation/peripherals. Basically it is an SDK, providing examples and wizards for Visual Studio (it was done for version 6.0). Teh 'segments_display' one was done with this SDK as an example, so you see what is possible. Now this would require some real C++ programming/etc to make it work.

Some more information: http://store.metrowerks.com/dr/v2/ec_Main.Entry17C?SID=43305&SP=10023&CID=145724&PID=699082&PN=1&V1=...

Erich

Message Edited by Alban on 02-27-2006 10:47 AM

0 件の賞賛
返信
1,273件の閲覧回数
ecoli
Contributor I
First of all, thaks for your answer Erich. I'll a try a less expensive solution.

I'll make real display experiments.
0 件の賞賛
返信