2017-09-29 06:47 AM
Hallo everybody,
i have a problem with the communication between a USB CDC Device and the PC Software Labview.
On the pictures below you can see my cube settings and labview settings.
When i try to open the virtuell com port with a terminal programm there is no fail.
But when i try to open the com port with Labview there is very often a fail message.
I don't know what's the reason of the problem.
Other virtuell com port devices doesn't have this problem.
I have 8 pcb boards. Two with STM32F429BIT and Six with STM32F767BIT.
All have this problem.
On some boards this error almost always appears.
On other boards this error appears rather rare.
#cdc #stm32f #usb2017-09-30 02:18 AM
Hello!
Have Stack and Heap the correct values?
Stack must be 2048+2048 + forOtherUse , at least 0x1400
Heap used By CDC is 540Bytes So you need at least 0x400
2017-10-04 09:03 AM
To test them i have increased both values to 0x3000 but there is no improvement.