STM32F103 Flash_Unlock() question ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-06-24 4:25 AM
hello dear forum,
I am using eeprom emulation on my F103FLASH_Unlock();
EE_Init();
EE_ReadVariable(0x5501,&RAM[PARAMETERS]);
what I want ask is I am read protecting my F103 product before sale
doesthis Flash_Unlock() function disables read protection ? thank you #stm32f103-flash- Labels:
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-06-24 5:34 AM
It is a magic sequence to enable access to the flash controller registers, to prevent errant code writes to flash, it doesn't alter Read/Write protection on the array.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-06-25 1:33 AM
hello,
so ... is it better to Flash_Lock() again ( to prevent errant writes ) right after I Flash_Unlock() and EE_read/EE_write ? thank you- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-07 1:39 AM
is it possible to upgrade firmware of stm32f103 controller remotely via OTA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-07 2:15 AM
Yes, is there a reason why you have to ask this same question in four threads?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-07 8:26 PM
hello sir,
can you please explain how to do firmware upgradation of stm32f103 via OTA- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-07 8:50 PM
Suggest you review the IAP (In Application Programming) examples for your part. Build yourself a small loader that uses your specific type of 'Air' to transfer the data, and erase and write blocks of flash with this new data.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-01-07 10:21 PM
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-02-14 9:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-02-14 10:52 PM
Yes , it is absolutely possible. Are you facing any problem in this.
/*Please
mark helpfull
if this post helps you or solves your problem.*/
/* If you need any personal support for your work pleasecontact at
embeddeddesign.help@gmail.com*/
