This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/AM5748: After initializing the board

Part Number: AM5748

Tool/software: TI-RTOS

Hi,

My customers want to use the following internal memory address after initializing the board.

・BOARD_IO_DELAY_DATA

・BOARD_IO_DELAY_CODE

 

Can I overwrite their area after initializing ?

(Will their area be used after initializing?)

Regards,

Rei

  • Rei,

    Yes, this region can be reused after the initialization of the board is completed so they can overwrite this region after the initialization is complete. Please note that after this region has been overwritten, the source code should not call Board_init(BOARD_INIT_PINMUX_CONFIG)

    Regards,
    Rahul