USB_DeviceIsrDisable function not generated from MCUExpresso

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

USB_DeviceIsrDisable function not generated from MCUExpresso

ソリューションへジャンプ
2,123件の閲覧回数
ingdb
Contributor III

Hello all,

I am generating code for a CDC VCOM (bare metal) USB interface on a RT1171 platform and it seems as if the USB_DeviceIsrDisable function is not generated. Is that a bug of the code generator or is there a technical reason?

 

Best regards

Matthias

0 件の賞賛
返信
1 解決策
2,089件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @ingdb ,

Because the function below is enough to disable any IRQ.

DisableIRQ((IRQn_Type)irqNumber);

 

Regards,

Jing

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
2,118件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport
0 件の賞賛
返信
2,111件の閲覧回数
ingdb
Contributor III

Hi Jing,

 

thanks for your help but I think this is a different topic. All I wanted to ask/say is why isn't there any USB_DeviceIsrDisable API function for the RT1176 generated.

 

best regards

Matthias

0 件の賞賛
返信
2,090件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @ingdb ,

Because the function below is enough to disable any IRQ.

DisableIRQ((IRQn_Type)irqNumber);

 

Regards,

Jing

0 件の賞賛
返信