eLua on STM32F4discovery

Guest #2923715
Rate this post
useful
not useful
Hi, i'm trying to run eLua on a STM32F4discovery board.

I downloaded and flashed this image successfully:

http://dd.homeunix.com/home/space.php?uid=1&do=blog&id=90

http://dd.homeunix.com/home/attachment/public-File/elua_lua_stm32f407vg-20111103.hex

But how can i send a Lua-file to the board?

I tried to connect the board with this adapter:

http://www.pollin.de/shop/dt/MzY5OTgxOTk-/Bausaetze_Module/Bausaetze/RS232_TTL_Wandler_Bausatz.html

I used the Ports PB6 and PB7 for RX/TX and "Hterm" to establish the 
connection, but the eLua shell did not work...
Guest #2923849
Rate this post
useful
not useful
- re-try with a 3,3V transceiver, the mentioned device from Pollin is 
fro 5V operation

- PB7 RX and PB6 for TX should be ok
- the lua startup-message should show up (115200,8,n,1)
- shell should react on commands typed from terminal (i.e. help)

- use the recv command in the shell and a terminal-software which can 
transfer files using XMODEM to test a script
- scripts can also be placed in a filesystem (i.e. the ROMFS, needs 
rebuild of the binary)

(I have used the source from 
https://github.com/jsnyder/elua/tree/bikeNomad-master and build the 
binary myself for my tests.)

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now