2025-03-25 4:17 PM
Dear staffs,
I'm going to use "STM32CubeMonitor" for several Nucleo boards, such as Nucleo144 of STM32H563.
But, when I try to invoke, following dialog appears and does not proceed.
Why ?
Thank you
2025-03-26 1:59 AM
Sounds strange, can you try on another port?
Need to edit settings.js file (in <YourDrive>\Users\<xxxxxx>\.STMicroelectronics\stm32cubemonitor)
change line :
/** the tcp port that the Node-RED web server is listening on */
uiPort: process.env.PORT || 1880,
2025-03-26 2:09 AM
Oh.. That's port for Node-RED...
My "setting.js" file includes that port setting description line.
> can you try on another port?
Do you mean, change port number such as 1881 in stread of 1880 ?
2025-03-26 2:14 AM
I tried several "188x" but, same results...
2025-03-26 2:41 AM
Ok , is this error happening at STM32CubeMonitor start or upon deploy ?
2025-03-26 2:44 AM
When you change to "188x" , was the reported error on that 188x port or still on 1880
2025-03-26 2:47 AM
New errors represents each changed port number, not still on 1880.