Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - teknik_kim

#1
Hi

Ok, sounds good. Please mention it here and/or the release notes when it happens :)

-Kim
#2
Hi

Yes, that'll work, but I would rather have the executable work with paths which has brackets (they have been around for ages). When could this be possible?


-Kim (FM license owner)
#3
Hi

I'm unable to use parentheses (round brackets) in my command line expression to the Flash Magic programmer tool. I've tried the newest version (8.60).

The round brackets are essential for our SPC system.

What can be done to fix this? Workarounds/tips?

My command line expression which fails:
C:\Program Files\Flash Magic\FM.exe com(6, 115200) device(LPC4357,12.000,0) HEXFILE(C:\TESTS\01052201_CONTROL_PCB_(7.1)\BIN\PCBTA_lpc43.HEX, NOCHECKSUMS, NOFILL, PROTECTISP)

This one works due to removed brackets::
C:\Program Files\Flash Magic\FM.exe com(6, 115200) device(LPC4357,12.000,0) HEXFILE(C:\TESTS\01052201_CONTROL_PCB_7.1\BIN\PCBTA_lpc43.HEX, NOCHECKSUMS, NOFILL, PROTECTISP)


Flash Magic Version 8.60.3755
8051/XA Driver Version 3.10.3660
ARM UART Driver Version 4.15.3755
ARM Cortex UART Driver Version 6.35.3755
ARM Ethernet Driver Version 2.06.3660
ARM Cortex Ethernet Driver Version 2.25.3660
ARM CAN Driver Version 2.25.3660
(C) Embedded Systems Academy 2000-2014 All rights reserved
NON PRODUCTION USE ONLY

ERROR: Unknown directive: HEXFILE(C:\TESTS\01052201_CONTROL_PCB_(7
.1)\BIN\PCBTA_lpc43.HEX,
#4
Hi

My work with the .NET assemblies are coming along nicely (using LabView) but I have encountered difficulties understanding how the callbacks work. When I'm using Erase/Program/Verify I would like to display information about the current activity / display a progress bar.
I have read about the "Progress Functions" in the documentation, but are there any programming examples I can have a look at? Not necessarily written in Labview.

I'm using FlashMagicARMCortexNET.dll and LPC4357.

-Kim
#5
Hi

Yes, you are right - I (accidentally) closed the connection because I didn't reference to the correct (existing) object after I connected.

That part has been taken care of, thanks :)
#6
Hi

I'm trying to utilize the Flash Magic .NET assemblies from National Instruments TestStand. TS recognizes the assemblies correctly, and I can open the port I choose (which is COM1 and I get "115200" baudrate as return value). But no matter what I choose to do next, I get an error saying that there is no connection to the device(?)
I'm a bit curious: How does (for instance) the BlankCheck know to use COM1?

Device: LPC4357
Flash magic 7.62 PS .NET
TestStand from LV2011

Pictures:
https://dl.dropboxusercontent.com/u/102707466/OpenPort.png
https://dl.dropboxusercontent.com/u/102707466/BlankCheck.png

Any ideas?

-Kim