Page 1 of 1

Different functions in FLASH library for different hardwares

Posted: 28 Apr 2022 15:14
by dmarano
Hello,

I am wondering what drives which functions in a library are available for which hardware and how to configure this?

For example:
When I open a project for Mikromedia Plus for TIVA the FLASH library contains the following functions:
Flash_Erase_Block
Flash_Write
Flash_Write_Buffer

And when I open one for Mikromedia 5 for TIVA the FLASH library contains the following:
Flash_Erase_Sector
Flash_Mass_Erase
Flash_Write
Flash_Write_Buffer
SetFLashTiming

What causes these differences? Are these functions only available for each hardware? If so, would you never need to set the flash timing on the Plus?
Or is there a way to configure libraries to be used by different hardware?

Thanks,
Dan

Re: Different functions in FLASH library for different hardwares

Posted: 29 Apr 2022 14:49
by filip
Hi,

Differences are caused by the different approach to Flash memory manipulation that manufacturer stated in the documentation.

Regards,
Filip.