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.

HalCoGen FEE Driver setting

Other Parts Discussed in Thread: RM48L952, HALCOGEN

Sir:

RM48L952 MCU on HalCoGen , what's mean the "Block"?

Block page of FEE function

The  page 101 on "RM48x 16/32-Bit RISC Flash Microcontroller Technical Reference Manual", no "Block" , Bank & SECTOR only

  • Hi KIM,

    Block is a software term. You can think of block as a set of data that needs to be stored in Bank7. This set of data could be some kind of calibration information, diagnostic information etc. each block is assigned a number. When application want to write a particular block, it needs to provide the block number along with the data to be written. For reading the data, application needs to provide block number along with a pointer to where the data has to be read. An example is provided along with HALCoGen. You can go to Help->Examples->RM48x->example_TI_Fee_Write_Read.c.