Help QADC from coldfire 5282

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

Help QADC from coldfire 5282

889件の閲覧回数
Lucho
Contributor I
I'm tring to use the module QADC from the coldfire 5282. I have problems with the registers of this QADC, I configure it for AN0 and I send the answer to the port TC and I don't have eny answer. If someone have an exemple of this please send it to me.
ラベル(1)
0 件の賞賛
1 返信

271件の閲覧回数
PaoloRenzo
Contributor V

Lucho wrote:
I'm tring to use the module QADC from the coldfire 5282. I have problems with the registers of this QADC, I configure it for AN0 and I send the answer to the port TC and I don't have eny answer. If someone have an exemple of this please send it to me.


Hi:



Maybe you are using interrupts and using a stationary code from Codewarrior.

By default, vector table is not included in RAM target, only in ROM targets, so if you are using debug green arrow, is not enough.

In order to allow interrupts you have to burn FLASH memory to include the vector table (vector.s). After that you can debug the code, but, as I said, only in ROM targets.

Only guessing your problem :smileywink:

Good luck!
0 件の賞賛