STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

"-u _printf_float" break VCP

I have a project using the virtual com port driver. Everything works great unless I enable "-u _printf_float" at which point I will get an error if I try to open the COM port in putty.

Jcoll.1 by Associate III
  • 295 Views
  • 0 replies
  • 0 kudos

[Solved ]TrueStudio does not create an .elf file.

HiI started learning Stm32 and got a problem: when compiling a project, TrueStudio does not create an .elf file.Console log:12:26:17 **** Incremental Build of configuration Debug for project STM32100B-EVAL_GPIO_IOToggle ****Info: Internal Builder is ...

GTull by Associate II
  • 1664 Views
  • 7 replies
  • 0 kudos

In 'F407, bxCAN does not go to Bus-Off

In STM32F407, I have set bxCAN with CAN_MCR.ABOM=0 and CAN_MCR.NART=0. With the bus lines after transceiver (PHY) left open, after trying to transmit, transmitter transmits continuously forever, with CAN_ESR.LEC=0b011 for Acknowledgement Error (which...