Search Results

Search results 1-16 of 16.

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

  • OK, another reply: The Multipage hierarchy seems to be right, emwinspy does'nt show the right hierarchy. Martin

  • Thank you Sven, I think I lost myself in my window hierarchy I have: One dialog A created with GUI_CreateDialogBox, parent is WM_HBKWIN, executed via GUI_ExecCreatedDialog. works, emwinspy shows me the expected window hierarchy This Dialog creates another dialog B on a button WM_NOTIFICATION_RELEASED Message via GUI_CreateDialogBox and GUI_CreateDialogBox, parent is Dialog A. Dialog B consists of several MULTIPAGE pages. B should be modal to A works, emwinspy shows me the expected window hierarc…

  • Hi, Is it possible to call GUI_ExecCreatedDialog from a notification message inside a dialog callback function? Thanks Martin

  • Thank you Nino, I had a first look at the os-x version of embedded studio and there is no MCIMX7. But the windows version has one. I will try it tomorrow on my phycore-zeta board. Martin

  • Hi, Is it posiible to create a embedded studio projekt for the Cortex-M4 core of an i.MX7 Controller? Martin

  • Hi, Currently, i’m using the Keil-MDK IDE for my projects and i like to use the embedded studio to test my codes with GCC and/or LLVM. Unfortunately, i need packed structures for the communication with other system. I#m using the ARM Compiler Keyword packed for this. What would be the right way to declare these structures compiler independent? For example: C Source Code (29 lines) Thank you Martin

  • Hi Niklas, I have send an email, but until now, i got no answer. Martin

  • Hi, I have got my brand new J-Trace Pro for Cortex-M Adapter an know i trying to use the ETM Trace facility with Keil MDK 4.74/5.18a. I could do the tracing with my older J-Trace for Cortex-M Adapter, but only with an CPU-Clock of 60 MHz and i hoped that the new Adapter gives me more speed. And now, i get no more tracing data. My Configuration: - Keil MDK 4.74 and 5.18 - J-Trace PRO for Cortex-M via TCP/IP, static IP-Adress, dedicated Network Adapter, Software Version 5.12b - STM32F429II at 168 …

  • Hi, I think i got it: The problem arrives when i change the flash range in the "Cortex-M Target Driver Setup" Dialog on the Page "Flash Download" of Keil MDK. I have changed the Range to 08008000H - 081FFFFFH to protect my Bootloader. When i change the range back to 08000000H - 081FFFFFH everything works fine with my JLink probe also. Martin

  • Sorry for my bad english, Error Message as bevore: Contents mismatch at: 08100000H (Flash=00H Required=80H) ! Contents mismatch at: 08100001H (Flash=20H Required=A0H) ! Contents mismatch at: 08100003H (Flash=00H Required=D3H) ! It fails sometimes on every attempt and sometimes only on 3 of 10. The erase cycle fails on the second MB of the flash. If i erase the flash manually bevor i reprogram it everything is OK. Martin

  • Hi, Yes, it seems that this behaviour is not stable and i cannot say why. In the meantime i have used a ULink Pro Debug Adapter without any Problems, but know i whould like to use my JLinks also, so i have to come back to this Problem. All of my Boards are using Port PA12 in Alternate Funktion Mode an most of my Boards are using a STM32F429II Rev. 1 Martin

  • Hi, After a long time... Is it possible, that Errata 2.1.10 (STM32F42xx) comes into the game? PA12 GPIO limitation Description When PA12 is used as GPIO or alternate function in input or output mode, the data read from Flash memory can be corrupted. This behavior is observed only when the following conditions are met: • The device operates from a 2.7 to 3.6 V V DD power supply whatever the temperature range • Flash memory Bank2 is used or the dual bank feature is enabled. Impacted products • STM…

  • Hi, I have configured both to use the "debug driver " settings and both are equal. Now i have changed the flash tool to the j-link flash loader and changed the debug settings to upload the new program with the flash tool. The jlink flash loader works perfectly! So i have to contact the Keil Team? Thank you so far Martin

  • Hello, I'm using a Jlink Plus, HW V9.10, DLL V5.02h, FW J-Link V9 compiled Oct 9 2015 20:34:47 on Keil MDK-Arm 4.74 and 5.17 Problem: The Debug Adapter fails to erase the second Megabyte of the STM32F429 flash. A verify after an erase/program cycle fails. This does not occur when i erase the whole chip! My Software contains a Bootloader and the real firmware. Both programs are different Keil Projects. The address of the Bootloader is 0x0800_0000 - 0x0800_7FFF. When i use the Firmware Project, th…

  • Looks good - thank you Martin

  • Hello, It seems, that my JLink Pro Debug Probe (HW 9.1, SW 4.98) on Keil MDK Arm 4.74 and 5.14 has problems while erasing the internal flash above 1MB. when i use "erase entire chip" everything is fine, if i use "erase sectors" than i become verify errors above Address 0x08100000. A ULink Pro on the otherside works fine. I there anything known to this issue? Tank you Martin