sharon Community Member
- Member since Nov 17th 2022
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
sharon -
Replied to the thread Flashloader support JLink Commander 7.60 or older verson.
PostHi Nino, I know that I no guarantee to receive any answer via this forum, but I have no idea that my post was deleted? I just expect that maybe some others will share his experience. Or give me some direction or suggestion. So if I would like to have… -
sharon -
Replied to the thread PageSize of FlashDevice.
PostHi Alex, For SEGGER_FL_Program(), <NumBytes> is guaranteed to be a multiple of FlashDevice.PageSize => But I do get the NumBytes as FlashDevice.SectorInfo[0].SectorSize instead of FlashDevice.PageSize, is it normal? -
sharon -
Posted the thread PageSize of FlashDevice.
ThreadFrom SEGGER_Flash_Loader, the PageSize is meant that "This field describes in what chunks J-Link feeds the flash loader. The SEGGER_FL_Program() function will be called with a data chunk of multiple of <PageSize> bytes" The NumByte of … -
sharon -
Replied to the thread Flashloader support JLink Commander 7.60 or older verson.
PostMay I know why my previous post was delete? Did I break any rules? -
sharon -
Posted the thread Flashloader support JLink Commander 7.60 or older verson.
ThreadDear Support, 1. Where could I find the flash loader documrent to support older version? Currnet WiKi only provide documents for newer. I would like to know how the erase command work with older version of flash loader? What I found api for erase only…