Serial1.setup(9600...) hangs on STM32 VL Discovery #7183
Replies: 1 comment
-
Posted at 2017-07-14 by @gfwilliams On the VL board you're communicating via Serial1 on pins A9/A10 to get a Serial console. Is it possible that when you call What if you type Posted at 2017-07-14 by fobus Hello Gordon, thank you for your response. I think this problem is not about Serialx, I tried your code.
this command hangs too. device doesn't response after this command and led is not flashing. One more issue;
board doesn't response after this command too. here is some output that works well and hangs at the end.
Posted at 2017-07-18 by @gfwilliams Ok, thanks - I'll need to look into this. It's possible that over time the amount of free stack available in the VL image has dropped to the point where it's not really usable. Posted at 2017-07-20 by fobus Thank you for your response Gordon. I will change my board. Posted at 2017-07-24 by @gfwilliams Yes, it's probably the best bet I'm afraid. The VL doesn't have much free memory with Espruino on it, so is quite limited |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-07-13 by fobus
Hello,
When I try to setup a serial port this board hangs with espruino. I have two boards which has the same problem.
I have used this commands
Serial1.setup(9600,{rx:B7,tx:B6});
Serial2.setup(9600,{rx:B7,tx:B6});
Serial3.setup(9600);
Serial2.setup(9600);
etc...
all those commands hangs the board, board doesn't response any more. I have tried those binaries
espruino_1v80_stm32vldiscovery.bin
espruino_1v91_stm32vldiscovery.bin
espruino_1v92_stm32vldiscovery.bin
espruino_1v93_stm32vldiscovery.bin
Am I doing some thing wrong?
Beta Was this translation helpful? Give feedback.
All reactions