Debugging I.MX RT 1050 with MCUXpresso

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

Debugging I.MX RT 1050 with MCUXpresso

ソリューションへジャンプ
782件の閲覧回数
adicarlo
Contributor II

I read that MCUXpresso does not support software breakpoints for code placed in Flash (e.g. QSPI NOR Flash). Is this true?

This can be a significant limitation (when available HW breakpoints are not enough), since we would like to use XIP from QSPI Flash, and code size will be significantly bigger than internal RAM size.

I read that Segger tools can place SW break points in Flash (it is a matter of being able to rewrite flash sectors), is there any plan to include this feature in next MCUXpresso release(s) ?

0 件の賞賛
返信
1 解決策
660件の閲覧回数
BlackNight
NXP Employee
NXP Employee

'Software breakpoints in flash' (Software and Hardware Breakpoints | MCU on Eclipse) are currently only supported with the SEGGER J-Link debug probes which are supported in the MCUXpresso IDE. But this is not available say with the LinkServer and the P&E debug probes: for these as you say it will use hardware breakpoints. The i.MX RT has a decent number of HW breakpoints, so this might not be a real limitiation. Or just use a J-Link with MCUXpresso IDE if you really want to use this.

I hope this helps,

Erich

元の投稿で解決策を見る

1 返信
661件の閲覧回数
BlackNight
NXP Employee
NXP Employee

'Software breakpoints in flash' (Software and Hardware Breakpoints | MCU on Eclipse) are currently only supported with the SEGGER J-Link debug probes which are supported in the MCUXpresso IDE. But this is not available say with the LinkServer and the P&E debug probes: for these as you say it will use hardware breakpoints. The i.MX RT has a decent number of HW breakpoints, so this might not be a real limitiation. Or just use a J-Link with MCUXpresso IDE if you really want to use this.

I hope this helps,

Erich