...
Read from Read Data Buffer from FlashPro-M bufferhttps://elprotronic.atlassian.net/wiki/spaces/FPGPM/pages/96734824/Data +Buffer+Functions#FlashPro-ARM-Buffer Functions | FlashPro M buffers
Syntax
Code Block | ||
---|---|---|
| ||
INT_X F_Get_Byte_from_Buffer( INT_X addr ); |
...
Write byte to Gang Write Buffer from GangPro-M buffer https://elprotronic.atlassian.net/wiki/spaces/FPGPM/pages/96734824/Data +Buffer+Functions#GangPro-ARM-Buffer Functions | GangPro M buffers. This function will set one byte of data in a dedicated buffer for specified Gang target MCU (1 to 6). Use in combination with F_Copy_Gang_Buffer_to_Flash to actually write data to targets.
...
Read byte from Gang Read Buffer from GangPro-M bufferhttps://elprotronic.atlassian.net/wiki/spaces/FPGPM/pages/96734824/Data +Buffer+Functions#GangPro-ARM-Buffer Functions | GangPro M buffers. This function will read one byte of data from a dedicated buffer for specified Gang target MCU (1 to 6). Use in combination with F_Copy_Flash_to_Gang_Buffer.
...