Search Results

Search results 1-2 of 2.

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

  • Flashing does work with the J-Link software, and the 3rd party library works to utilize the J-Link SDK. However, I have an application that I am attempting to deploy that needs to be in python and compiled into a .exe file. When I use the .exe file to flash the binary I run into this issue, and I have not been able to find a solution. The furthest I have been able to trace back is to the J-Link DLL and it cannot download the binary before flashing to the microcontroller. Thank you,

  • Hello, I am using a J-Link Plus programmer to flash a binary file to an STM32 microcontroller (STM32F446RE onboard a NUCLEO-64 board). I am using the provided "JLink_x86" DLL (In Windows found under installation directory C:\Program Files (x86)\SEGGER\JLink_V634\JLink_x64.dll) to flash the file using a python script (and a third party library), however I receive an error (with varying locations 0x00____ ) : WindowsError: exception: access violation writing 0x000000CE00000000 I have traced the pr…