where to find registers like FLEXIO in true studio

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

where to find registers like FLEXIO in true studio

924 次查看
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 回复

817 次查看
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