We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: Ebrahim Rahmanian
Last Updated: 2019-10-17
Package Version: 1.0.0.0
Category: Storage
Downloaded: 434 times
Not followed.
License: MIT license
Save And Read Data to Internal Flash Memory_Stm32
with Example for Stm32f030f4
Do you want to subscribe in order to receive notifications regarding "All in One_ Save And Read Data to Internal Flash Memory_Stm32" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "All in One_ Save And Read Data to Internal Flash Memory_Stm32" changes.
Do you want to report abuse regarding "All in One_ Save And Read Data to Internal Flash Memory_Stm32".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1545298035_all_in_one__save_mikroc_arm.rar [91.94KB] | mikroC PRO for ARM |
|
1)
void E0FlashUnLock1();
2)
void E0FlashLock1();
3)
char E0FlashErasePage_Return0FlashBusy1OK2FlashIsLock(uint32 OneOfTheAddressesInsideThePage);
4)
//ex)write 0xFA12 in (0x8000000 + 0xc0) Location:
//E0FlashUnLock1();
//a=E0FlashWriteUint16_Return_0FlashIsLock_1OK_2LocationValueIsNot0xFFFFAndYouCanSaveOnly0x0000_3AddressLocatonNumberIsNotEven(0x8000000 + 0xc0,0xFA12);
//E0FlashLock1();
char E0FlashWriteUint16_Return_0FlashIsLock_1OK_2LocationValueIsNot0xFFFFAndYouCanSaveOnly0x0000_3AddressLocatonNumberIsNotEven(uint32 WritelocationAddress,uint16 Value_uit16);