where to find registers like FLEXIO in true studio

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

where to find registers like FLEXIO in true studio

925件の閲覧回数
momo12
Contributor III

Hi

I would like to manually read/write registers while debugging.

i opened the "EmbSys Registers" window:

   menu Window > Show View > Others > Debug > EmbSys Registers

Is this what I am looking for?

double clicking on the registers wont get their values. How Do I read/write regsiters?

Thx

0 件の賞賛
返信
1 返信

818件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi, 

yes, this is the correct window. For read/write values (by double click) - make sure that your debug session is stopped Registers can't be modified when MCU is running. Some peripherals (for example FLEXIO) needs to be configured prior use (clock/pin mapping). Without correct settings can't be data read. 

pastedImage_2.png

Jiri