Hi Jorge Antonio Alcala Vazquez,
while using the example code of evkbimxrt1050_flexio_i2s_edma_transfer,In the BOARD_BootClockRUN() call from the main() uses two lines of the code:
/* Enable 1MHz clock output. */
XTALOSC24M->OSC_CONFIG2 |= XTALOSC24M_OSC_CONFIG2_ENABLE_1M_MASK;
/* Use free 1MHz clock output. */
XTALOSC24M->OSC_CONFIG2 &= ~XTALOSC24M_OSC_CONFIG2_MUX_1M_MASK;
when i do a POR on the customized board and check the value at that offset the ERROR flag is set by default.

The given reset value is 0x102E2
the obtained values after the POR is 0x800102E2
can pls share the what could be the reason initially that the error flag is set?
could please share your views on this query ASAP, As i am struggling with the clock for many days.
Thanks,
Maniram