2017-04-25 7:42 PM
I using STM32CubeMx generate code for STM32F412 USB CDC mode, but it's not work. However, I using STM32F072 MCU that it's work now.
Could anyone tell me what happened?
Solved! Go to Solution.
2017-04-26 9:21 AM
Hi,
Try increase heap and stack sizes in the CubeMx setting.
Imen
2017-04-26 9:21 AM
Hi,
Try increase heap and stack sizes in the CubeMx setting.
Imen
2017-04-26 8:22 PM
I try increase heap and stack sizes, it's work now. Thanks a lot!