STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Timer/DAC reset?

Posted on July 16, 2016 at 19:21 I'm trying to do a thorough exploration of the DAC, so set up a demo on a STM32F429I-Discovery that uses a number of different techniques to set up a waveform, switching between them (and spitting out the demo na...

Receive issue with USART and RS-485 transceiver

Posted on July 21, 2016 at 21:47We have a custom board with an STM32F107 processor which we have interfaced with a MAX14840 RS-485 transceiver.When interfacing with this using a USB to RS-485 interface on a PC, the STM32 -> PC (transmit) direction w...

element by Associate II
  • 502 Views
  • 1 replies
  • 0 kudos

Programm STM32f446 over CAN without BOOT Pins

Posted on July 20, 2016 at 13:13 Hello I have a PCB (STM32F429BIT) with a USB Plug. This USB Plug is led out from the device. But some more PCBs (with STM32f446RC) are in the Device and not accessible from the outside. This PCBs are conne...

mfrank9 by Associate III
  • 593 Views
  • 3 replies
  • 0 kudos

STM32F107VCT6 USB not recognized

Posted on July 21, 2016 at 08:49Hi All,Currently i'm building the cicuit to test the connectivity of the STM32F107VCT6, however currently my problem is, the PC will display 'USB not recognized' whenever plugged in. Using the MikroProg, the chip can ...

STM32F030 standby mode cannot wakeup it

Posted on July 21, 2016 at 12:33Hello,I want to try to wake up the F030 out of the standby mode. I enabled HAL_PWR_EnableWakeUpPin, then put the chip into low power mode with HAL_PWR_EnterSTANDBYMode. I know that to wake it up i should make a rising...