where to find registers like FLEXIO in true studio

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

where to find registers like FLEXIO in true studio

513 Views
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 Kudos
1 Reply

406 Views
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