2023-04-01 07:34 AM
Data is showing properly in Chart node but can't write data with write panel widget. When I try this work after change target board ( before : STM32F407G-DISC1 --> after : EVSPIN32F0601S1) the problem was resolved. I would like to know what is the difference between that two boards for working of "Write panel node". Please help me...
Solved! Go to Solution.
2023-04-06 02:00 AM
Hello @TLIM.2
There's no difference in between both boards, Write node does not check the connected board. Need to check whether your y variable address and executable file are correct in STM32F407G case.
You can also try to write variable through a variable flow, see wiki and check in that case if it work or not.
2023-04-06 02:00 AM
Hello @TLIM.2
There's no difference in between both boards, Write node does not check the connected board. Need to check whether your y variable address and executable file are correct in STM32F407G case.
You can also try to write variable through a variable flow, see wiki and check in that case if it work or not.