Recent Activities
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
cilmagemlu -
Replied to the thread AppWizard BOX object access from emWin.
PostHello, you can change the color of the BOX object from your code with the AppWizard engine using variables and jobs. The jobs and conditions can be various depending on your code. Just for ex.: EMITTER: ID_VAR_BOX_COLOR SIGNAL: VALUE_CHANGED JOB: … -
laymanish -
Posted the thread Enable and program SFlash on CYT2B73 (TRAVEO-II MCU) with J-Flash.
ThreadHello, I'm trying to program Infineon CYT2B73CAD_M0 MCU (TRAVEO-II) with J-Link (SWD) using the J-Flash GUI, however I'm met with an error “Selected data does not fit into selected flash sectors” (see attached image). I believe it could be because… -
suhas.rprabhu -
Posted the thread Device: R7S921040VCBG_SPIBSC_OctaFlash: Flash bank 0x30000000: No loader specified.
ThreadHello , I am getting a pop-up: "Device: R7S921040VCBG_SPIBSC_OctaFlash: Flash bank 0x30000000: No loader specified error". This error is when i used J-flash tool. Did anyone got such an error? what is the solution for this ? Regards, Suhas Prabhu… -
arnisj -
Posted the thread AppWizard BOX object access from emWin.
ThreadI want to change the color from emWin in runtime for Box object created in AppWizard. How to do that? -
zeitgeist -
Posted the thread GRAPH_SCALE_SetFactor makes each number drawn on scale 0.
ThreadHello, Im working on graphs. No issues with that. However when i call GRAPH_SCALE_SetFactor function to create a scale, each numbers drawn becomes 0. If i do not call GRAPH_SCALE_SetFactor when creating a Scale, it works as expected, numbers drawn with… -
1ao -
Replied to the thread Issue with getting interrupts for FLASH_ALGO_TYPE_CMSIS flash loader.
PostThe buffer submitted as part of the FLM APIs e.g. Verify, Program, and MSP set by debugger are overlapping the R/W data of the executable. How is the address of buffer and MSP deduced by the debugger? Why would MSP overlapping the R/W data section? -
HaJoCC -
Replied to the thread What is the CLI for flash the R7FA2E1A9.
PostHi! wiki.segger.com/J-Link_Commander Something like that: jlink.exe -CommandFile Connect_and_flash.jlink Connect_and_flash.jlink: device R7FA2E1A9 si SWD speed 4000 connect loadfile C:\Users\HB2E1S\Documents\R7FA2E1A9_HB2E1S\HB2_E1S_1v10.srec The… -
s_takase -
Posted the thread KW45B41Z83 , I can't erase flash for the some area..
ThreadHi. I would like to erase KW45B41Z83 , IFR0 OTACFG . it has 0x2006000 beginning address and its size is 0x2000. By using following command, J-Link>erase 0x2006000 0x2007FFF 'erase': Performing implicit reset & halt of MCU. ResetTarget() start No valid… -
cilmagemlu -
Replied to the thread Storing font & Emwin to external flash.
PostHello, I think this question goes beyond the scope of emWin like that. It is more about making appropriate drivers which will work with external flash (storing, reading data...) and making options in your linker files for placing data at corresponding… -
Turnaev -
Now follows SEGGER - Nino.
Follow -
birdmage -
Replied to the thread JLink Edu Mini Compatible MCU.
PostI bought a new JLink EDU Mini and was able to connect to the H755ZI., -
ljeanmaire -
Posted the thread J-Link support for Cortex M85 cores.
ThreadI have a version 10.1 J-Link Plus with up to date firmware. When attempting to connect to Cortex-M85 based Renesas R7FAD1BH using JFlash V8.10h, I receive a notification that the J-Link with my serial number does not support the Cortex-M85 core. The… -
amirsh -
Posted the thread Storing font & Emwin to external flash.
ThreadHi I want to store fonts generated from font converter software and pages generated from GUI Builder software to the SST25VF016B (spi flash) with the LPC1788 . Can anyone help please. Best regards, Amir. -
fjouen -
Posted the thread Indirectread memory settings ignored by driver.
ThreadHi, Another issue with Jlink driver. The driver ignores the memory regions defined as indirectread using JLINK_ExecCommand (and map indirectread) or JLINK_MemRegion with 'I' type. The driver always call the JLINK_ReadMem function instead of calling… -
SEGGER - Nino -
Replied to the thread RTT with Artery AT32F437.
PostHello, Please note that thread bumping is against forum rules. This will be the only and last warning as you have violated that rule twice already.. Additionally this is not a support forum so there is no guarantee that you will receive an answer. If… -
1ao -
Replied to the thread Issue with getting interrupts for FLASH_ALGO_TYPE_CMSIS flash loader.
PostI can see the following section in the object file: Source Code (3 lines) And following is included in the linked executable file: Source Code (1 line)I have checked that the compilation is happening for C, not sure why c++ constructor style static init… -
aabadie -
Replied to the thread Support for Nordic nRF54Lxx.
PostHi, On nordicsemi.com/Products/Development-tools/nRF-MDK/Download, the latest versions (8.62.0 and 8.63.1) contain support and svd files for nRF54L15 and also nRF54H series. Alex -
1ao -
Replied to the thread Issue with getting interrupts for FLASH_ALGO_TYPE_CMSIS flash loader.
PostI am also working on polling method of the flash driver, and I am facing an interesting issue. I have a global structure variable whose members are all initialised. During run-time I can see that the members of the structure variable are not… -
ektan -
Posted the thread What is the CLI for flash the R7FA2E1A9.
ThreadDear All, Currently, I'm using the JFlash-Lite 7.98h program R7FA2E1A9 chip with HBE1S.srec file. How to program the R7FA2E1A9 chip using CLI? Information captured using JFlash-Lite program chip as below. Connecting to J-Link... Bank selection:… -
aha_1980 -
Posted the thread J-Link Lite-XMC4000 on XMC4500 relax board is working sporadically.
ThreadHi all, I need help some help with the following setup: Hardware: J-Link Lite on XMC4500 relax board Software: Ubuntu 22.04, JLink version 8.10g, Zephyr main branch Programming did not work at all until I re-flashed the firmware with JLinkConfig. Now…