Recent Activities
-
calvinkr -
Posted the thread RTT not working with J-Link Ultra+ V5.
ThreadWe have a couple of J-Link Ultra+ V4 and V5. With V4 devices everything works fine when using RTT for terminal operations in RTT Viewer or similar tools. When using exactly the same setup with V5 J-Link devices I can still establish the RTT connection… -
SEGGER - Florian -
Replied to the thread AppWizard API.
PostHi, Can you please go more into detail, what exactly you are looking for? You can find the entire public emWin API in the emWin manual and all public AppWizard-related API functions in the AppWizard manual. Best regards, Florian -
cilmagemlu -
Replied to the thread What are the differences in the version repository of V646.
PostHello, yes, you use the correct version. Refer to the thread for details: forum.segger.com/index.php/Thr…about-the-pack-for-STM32/ -
SEGGER - Florian -
Replied to the thread Unable to use custom WHEEL_SetOwnerDraw function.
PostHi Sarthak, I agree with Anthony here. For what you are trying to do, the routine WHEEL_SetOverlay() is the best fit. The WHEEL_OwnerDraw() does not currently support commands at all, the routine simply draws everything in one go. So this interface can… -
cilmagemlu -
Replied to the thread Unable to use custom WHEEL_SetOwnerDraw function.
PostHello, the commands you listed probably relate to LISTWHEEL legacy widget not to WHEEL widget. The commands for WHEEL widget are not documented at all, and yes, they have undocumented values. Apparently default draw function WHEEL_OwnerDraw...() is not… -
srinivas -
Posted the thread ERASE WITH JLINK.
Threadv6.96 j link - during the erase operation of the ADuCM410 with the j-link. the erase command which is logically supposed to erase the entire chip was not erasing some parts of the flash region. - the regions were manually identified (calibration values)… -
imi415 -
Posted the thread ArteryTek AT32F413 - Failed to erase/program.
ThreadHi, I'm using Artery AT32F413 with J-Link, and it seems erase and downloading fails on this chip. Here's what I experienced. 1. After initiated connection, J-Link complains about secured part and prompted to unlock. After unlocking the chip, reading… -
xiongda -
Posted the thread What are the differences in the version repository of V646.
ThreadI'm using the STM32F407ZGT6, and the FPU and FreeRTOS are enabled in the environment can i use libGUI_v7em_fpv4_sp_d16_hard_OS1.a ? -
sarthak -
Posted the thread Unable to use custom WHEEL_SetOwnerDraw function.
ThreadHi, I am trying to create a custom draw function for the WHEEL widget. From the documentation, here segger.com/doc/UM03001_emWin.html#User_drawn_widgets I have to handle 5 cases in my custom draw function i.e. WIDGET_ITEM_GET_XSIZE,… -
Anzal -
Posted the thread Jlink Reset related query.
ThreadI have understood from the hardware section that jlink's reset pin is open-drain. Which in case can i pull-up to a 3.3v if the vref is 1.8v? or should i use a translator to convert the reset line of the processor(which i am using) to translate to 1.8v -
brich1024 -
Posted the thread AppWizard / task-based RTOS feasibility.
ThreadGreetings, We are in the process of converting our existing GUI (in-house emWin managed) project over to AppWizard to leverage all the resource management facilities and so far we mostly like what we see. We use an LPC4367 chip with 800/480 capacitive… -
s.voulaz -
Replied to the thread J-Link and i.MX91.
PostHell Simon, thank you for the information. I noticed that Ozone shows only AARCH32 CPU registers, even when the code is built for AARCH64 (and disassembly is correctly shown for this architecture). Is there a way to switch CPU registers display or… -
Vollmar -
Posted the thread configuration CMSIS-Wozard in SES8.22a.
ThreadHello, I'm try to install the CMSIS Wizard in SES for programming nRF52840. I wrote in the tool.xml: <tools> <!-- PC-lint - gimpel.com/html/pcl.htm --> <if host_os="win"> <item name="Tool.PClint"> <menu>&PC-lint (Unit Check)</menu> … -
SEGGER - SebastianB -
Replied to the thread [SOLVED] Ozone V3.38e crashes when loading a project with a peripheral SVD file.
PostHi JulianR, Great to hear that you are up and running again. Happy debugging! Best regards, SebastianB -
xWally -
Posted the thread RISC-V debugging: Non standard values for DTMCS and DMI possible?.
ThreadI have a question regarding a chip with a non standard debugging interface. Is it possible to access a core with the segger debugger if the values for DTMCS and DMI have non standard values. Reason for this setup is the security core must not be added… -
JulianR -
Replied to the thread [SOLVED] Ozone V3.38e crashes when loading a project with a peripheral SVD file.
PostThe latest release V3.38f fixes the issue. Thanks you so much for the quick support. -
CF_238001 -
Posted the thread AppWizard API.
ThreadWhen developing UI using AppWizard, Where can the AppWizard API provide more detailed instructions, UM03001_emWin.pdf UM03003_AppWizard.pdf , Described a small portion of the API. -
dsula -
Posted the thread cJTAG clock frequency.
ThreadI'm trying to use jlink with a 100kHz cJTAG like this: JLink.exe -if cJTAG -speed 100 -jtagconf -1,-1 -autoconnect 1 I noticed that jlink does not set the clock frequency to 100kHz at the beginning when connecting to the device, but uses a clock of… -
cilmagemlu -
Replied to the thread GUI_MBITMAP_CreateEx example.
PostHello, just had such a code based on GUI_MBITMAP_Create() sample under WIN32. For using in WIN32 simulation add opengl32.lib in the linker input. C Source Code (48 lines) -
Dejan -
Posted the thread GUI_MBITMAP_CreateEx example.
ThreadIs there an example how to create in-memory bitmap of an image stored in external .dta file? We have plenty of RAM and want to store all bitmaps on SD card and then, on power-up, load them in to RAM for faster access. - Dejan