karnag Community Member
- Member since Nov 30th 2022
- Last Activity
- , Reading thread [SOLVED] JLink Ultra+ JTAG/SWD Reset connections to STM32F2XX
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
karnag -
Replied to the thread STM32H7B3 External OSPI Flash (Micron) - DSK - Read & Test data issues (Mem-mapped).
PostThere was a similar question in forum : [SOLVED] J-Link Flash Loader: erase and program maximum times in FlashDevice But when it comes to prgram SEGGER_FL_Program() takes a param -> Number of bytes to be programmed (always a multiple of… -
karnag -
Replied to the thread STM32H7B3 External OSPI Flash (Micron) - DSK - Read & Test data issues (Mem-mapped).
PostAlso attaching the Jflash testdata vs "Read data" mismatch -
karnag -
Replied to the thread STM32H7B3 External OSPI Flash (Micron) - DSK - Read & Test data issues (Mem-mapped).
PostHere is my struct struct FlashDevice 0x0101, { "Template flash" }, 1, //0x08000000, //0x00080000, // Flash size == 512 KB 0x90000000, 0x04000000, // Flash size == 64MB 256, // Make sure that SEGGER_FL_Program() is called with a multiple of 4… -
karnag -
Posted the thread STM32H7B3 External OSPI Flash (Micron) - DSK - Read & Test data issues (Mem-mapped).
ThreadDSK Template project was used to build a ELF that satisfies the JFlash utlities requirement (Section,segment etc). The ELF works well in all erasing aspects. Reading works (i have doubts though, read below). Because when i use an other test project… -
karnag -
Posted the thread SFL ISSUE : STM32H7B3 EVAL Board with a Non Default External OSPI Flash (Micron) - RAMCode did not respond in Time.
ThreadThe Driver for the New External Flash has been Unit tested on the SFL project and does all core(mandatory) functions work OK. same ELF generated from this project in kept in path <C:\Users\XXX\AppData\Roaming\SEGGER\JLinkDevices> and Jlink when launched…