rol-jal-bim112
rol-jal-bim112
Hello. I'm venturing with the actuator for ARM "rol-jal-bim112" However, after compilation without errors and downloaded to the uC I did not understand that Vd files for use with ETS.
In fact, the "app_main.cpp" file says "we are in MDT shutter / blind actuator, version 2.8"
so I assume that the Vd is that of MDT "MDT_KP_Jalousieaktor_V28.knxprod",
while the "app-rol-jal.cpp" file says "The application for the 4-channel blinds / shutter actuator
* Acting as a Jung 2204REGH. "
However, both applications will not install on ETS. Can anyone enlighten me ?.
Thank you
In fact, the "app_main.cpp" file says "we are in MDT shutter / blind actuator, version 2.8"
so I assume that the Vd is that of MDT "MDT_KP_Jalousieaktor_V28.knxprod",
while the "app-rol-jal.cpp" file says "The application for the 4-channel blinds / shutter actuator
* Acting as a Jung 2204REGH. "
However, both applications will not install on ETS. Can anyone enlighten me ?.
Thank you
Re: rol-jal-bim112
Hi,pete68 hat geschrieben:Hello. I'm venturing with the actuator for ARM "rol-jal-bim112" However, after compilation without errors and downloaded to the uC I did not understand that Vd files for use with ETS.
In fact, the "app_main.cpp" file says "we are in MDT shutter / blind actuator, version 2.8"
so I assume that the Vd is that of MDT "MDT_KP_Jalousieaktor_V28.knxprod",
while the "app-rol-jal.cpp" file says "The application for the 4-channel blinds / shutter actuator
* Acting as a Jung 2204REGH. "
However, both applications will not install on ETS. Can anyone enlighten me ?.
Thank you
I'm, using this SW and I used the MDT_KP_Jalousieaktor_V28.knxprod without any problem....
Ignore the comment in the app-rol-jal.cpp file, this is a copy and paste error... The application SW is based on the MDT actuator.
Does the program LED toggle when you press the prog button?
Can you program the physical address?
Have you try any other SW on this controller (to ensure that the HW is working)?
Regards,
Martin
Re: rol-jal-bim112
Hi Martin, thanks for your interest!
I answer right away:
1) the programming LED remains fixed after the pressure in the programming stage, while the ETS indicates me the failure.
2) I can not download anything, not even the physical address, as if the application was not suitable for the firmware.
3) The circuit with LPC1115 it works, I tried the OUT8-BCU1 firmware and it seems to work.
Maybe something went wrong in the compilation of the firmware with LPCExpresso, although I did not get errors.
can you post your hex ?. Maybe then you solve the problem.
thank you so much
I answer right away:
1) the programming LED remains fixed after the pressure in the programming stage, while the ETS indicates me the failure.
2) I can not download anything, not even the physical address, as if the application was not suitable for the firmware.
3) The circuit with LPC1115 it works, I tried the OUT8-BCU1 firmware and it seems to work.
Maybe something went wrong in the compilation of the firmware with LPCExpresso, although I did not get errors.
can you post your hex ?. Maybe then you solve the problem.
thank you so much
Re: rol-jal-bim112
OK. I will try to recompile the current version from the GitHub and try to test it on one of my test boards.
I can't promise if I will get the chance to do this before the weekend...
I will get back to you.
Martin
I can't promise if I will get the chance to do this before the weekend...
I will get back to you.
Martin
Re: rol-jal-bim112
Toc Toc ... Martin are you there? do you remember me?
Re: rol-jal-bim112
I'm not Martin, but maybe I can offer another datapoint. I've successfully flashed and configured rol-jal-bim112 on the 4TE ARM controller, using software-arm-incubation 29b4faa72ae3266187be3957b1d221546956930a and software-arm-lib 4070198f5bd5c6d75dcbcc41a121f746ed826a93. If you like, I can send you the binary.
I do have a similar problem with in16-bim112, though. The ARM hangs during programming, i.e. it doesn't write the PA into the eeprom, LED stays on.
I do have a similar problem with in16-bim112, though. The ARM hangs during programming, i.e. it doesn't write the PA into the eeprom, LED stays on.
Re: rol-jal-bim112
you are very kind, I avoid a lot of effort.Hendrik hat geschrieben:I'm not Martin, but maybe I can offer another datapoint. I've successfully flashed and configured rol-jal-bim112 on the 4TE ARM controller, using software-arm-incubation 29b4faa72ae3266187be3957b1d221546956930a and software-arm-lib 4070198f5bd5c6d75dcbcc41a121f746ed826a93. If you like, I can send you the binary.
I do have a similar problem with in16-bim112, though. The ARM hangs during programming, i.e. it doesn't write the PA into the eeprom, LED stays on.
this is my email: petronepasquale0@gmail.com
I also filled me IN16-bim112 no errors but I have not tried to download on ARM. If it works I'll let you know.
thank you
Re: rol-jal-bim112
Thank you HendrikHendrik hat geschrieben:http://www.linta.de/~hoeth/rol-jal-bim112.axf
been estrememente courteous.
I ask you one last courtesy (if you can) provide me the hex version as i use Flash Magic and I do not have at the time a programmer ARM suitable for axf file.
with infinite gratitude
paschal
Re: rol-jal-bim112
Your lpcxpresso installation comes with a tool to convert the binary files. The magic command is
arm-none-eabi-objcopy -O ihex rol-jal-bim112.axf rol-jal-bim112.hex
The arm-none-eabi-objcopy should be somewhere in /path/to/lcpxpresso/lpcxpresso/tools/bin/. Also have a look at http://support.code-red-tech.com/CodeRe ... putFormats. If you have any trouble with it, ask again. I can do the conversion for you, but not before tonight.
arm-none-eabi-objcopy -O ihex rol-jal-bim112.axf rol-jal-bim112.hex
The arm-none-eabi-objcopy should be somewhere in /path/to/lcpxpresso/lpcxpresso/tools/bin/. Also have a look at http://support.code-red-tech.com/CodeRe ... putFormats. If you have any trouble with it, ask again. I can do the conversion for you, but not before tonight.