Search Results

Search results 1-9 of 9.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Solution 2 is working now with more memory per Task

  • Hello *, I want to use SystemView on my STM32F407ZG with FreeRtos. By now I´ve tried two ways with different success: 1.: Using CubeMX only for startup-code Using a patched Freertos 10.2.1 Adding the code for the configassert problem Adding the defines from the wiki No CMSIS-OS calls I can see no tasks exept Systick and Idle, but the tasks are running (LEDs are blinking) 1.: Using CubeMX incl. activated Freertos incl. 4 empty tasks Replacing the RTOS-files with the patched Freertos 10.2.1 from a…

  • Gui_CopyRect() with ILI9341

    CWE - - emWin related

    Post

    Hello Sven, Which color conversion are you using (GUICC_565 or GUICC_M565)? - GUICC_M565 What's the width of the interface you are using, 8 or 16 bit? - 16 bit Are you using a cache? - no Did you set all read functions properly? - I think so... I´m wondering about the fact that while emwin is reading a single pixel (I use the example in the manual with the red cross) for XOR the readmultipledata-function is called with Numitems=3.

  • Gui_CopyRect() with ILI9341

    CWE - - emWin related

    Post

    Hello *, I´ve got a Problem on a STM32F407VE with an ILI9341-display. The function Gui_CopyRect seems to be not working. A manual copy with: for (int x = 80; x < 120; x++) { for (int y = 80; y < 120; y++) { GUI_SetColor(GUI_Index2Color(GUI_GetPixelIndex(x, y))); GUI_DrawPixel(x+50, y+50); } } is working fine. Any ideas? The the Display is connected by the FSMC.

  • OK - thank you. Sometimes I can get it to work but closing the SWO-Viewer completly destroys the conection to the device and my IDE hangs until shuting it down with the Task-manager

  • Hello *, since updating to 6.16a my J-Link couldn't be found by the SWO-Viewer. All other Software works. Anyone else?

  • Here it is: after booting the PC: SEGGER J-Link Commander V6.14d (Compiled Apr 19 2017 18:26:24) DLL version V6.14d, compiled Apr 19 2017 18:25:54 Connecting to J-Link via USB...O.K. Firmware: J-Link V10 compiled Apr 6 2017 19:29:34 Hardware version: V10.10 S/N: 2601xxxxx License(s): FlashBP, GDB OEM: SEGGER-EDU VTref = 3.296V Type "connect" to establish a target connection, '?' for help J-Link>connect Please specify device / core. <Default>: STM32F407VE Type '?' for selection dialog Device> Ple…

  • The (no)connection to the target ist the only problem after booting while the J-link is connected. The J-Link is connected directly to an USB-port at the PC - no USB-hub.

  • Hello *, my J-Link EDU doesn´t work after booting my PC while the J-Link is connected. After reconnecting it while the PC is running everything works fine. If a sessions is started the connection to the probe works (type of probe, revision, targetvoltage ... appear) but no connection to the target. There is no diference between the Segger tools or the IDE. Any ideas? OS = Win10 pro Driver = 614d IDE = VisualGDB