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 [SOLVED] Connect to device after Found SW-DP with ID.
PostHi, Please ignore this. I've found that the programming image change the I/O pin and cause this issue. Thanks. -
sharon -
Posted the thread [SOLVED] Connect to device after Found SW-DP with ID.
ThreadHi, When Connect to device and after JLinkScript, The SW-DP ID is found but failed at power DAP. May I know what's "Failed to power up DAP" mean? Or what will the JLink do after Found SW-DP with ID 0x6BA02477 to know how to troubleshooting for this… -
sharon -
Replied to the thread About the J-Link Devices of v7.86h.
PostHi, From wiki.segger.com/SEGGER_Flash_Loader#FlashDevice_struct the E.g cannot present this issue that if the base address is no start from 0x00000000. // FlashDevice.TotalSize:// 0x40000//// FlashDevice.SectorInfo[]:// {// SectSize StartAddr// {… -
sharon -
Replied to the thread Flashloader of each OS.
PostIf switch the loadbin procedure to loadbin another file and it works. If change the loadbin address to exclue the baseaddress and it works. if updated the bin file with padding and it works. Is it reasonable for these tree operations? Thanks. -
sharon -
Posted the thread Flashloader of each OS.
ThreadSuppose that the flashloader is for all OS as Windows/Linux/MacOS, does it? I got strange result when loadbin for specific address with my flashloader on MacOS but it works well on Linux and Windows with JLinkExe of v7.82a I found from log, the sectors… -
sharon -
Replied to the thread About the J-Link Devices of v7.86h.
PostHi Fabian, I was told that this has been fixed at v7.88. And I've verified the sectorization shows correctly in v7.88. But I am confused that if using multi sector size, how to specify start address of the sector size for each sector is correct? Should… -
sharon -
Posted the thread Flashloader with multi flashBankInfo.
ThreadMay I know once the device been connected and includes tree flashbankinfo and tree flashloader, will all the trree flashloader been load to the ram ? Or just load either one at run time ? Source Code (14 lines)Ex: Using JLink.exe and connect… -
sharon -
Posted the thread About the J-Link Devices of v7.86h.
ThreadIs the Device_XML_file changed? Using the sam xml but v7.86h seems to get the wrong partition.=, but v7.8 is expected Source Code (14 lines) -
sharon -
Posted the thread Return value of SEGGER_FL_Verify.
ThreadThe program flow : SEGGER_FL_Erase => SEGGER_FL_Program => SEGGER_FL_Verify ReturnVal != Addr+NumBytes of SEGGER_FL_Verify indicates an error and gives the address where verification failed. Will the programmed . May I know when verify failed, what will…