STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB OTG FS in stm32f4 not detected by PC

Posted on September 28, 2017 at 08:36I have designed a custom board with stm32f407 mcu and included USB OTG FS functionality in it. For USB OTG I have followed similar schematic like the one shown for stm32f407 discovery board. I downloaded a firmwa...

RF switching on STM32L4XX

Posted on April 02, 2018 at 08:01Hi I want to communicate between two STM32L4 MCU, and interfaced RF on to UARTs.UART1 -- BLEUART2 -- XBEEI want to make a transparent, i mean when there is NO BLE there should be a switch to XBee and the other MCU ha...

Composite USB device CDCs STM32F105

Posted on December 20, 2017 at 11:07Hi,I'm working with a STM32F105 board with USB, UART and  CAN ports. I wish  when I connect the board with a computer through USB, multiple VCP are detected.What I understand is that each interface in a USB compos...

Pulling BOOT0 Pin Down

Posted on March 26, 2018 at 06:30Hello,I was wondering if the resistor to pull down the BOOT0 pin is necessary for normal operation, assuming you want to boot from flash memory. I was trying to find on the datasheet (STM32F0 series) to try and find ...

Justin K. by Associate II
  • 8030 Views
  • 10 replies
  • 0 kudos

STM32H7 Ethernet issue

Posted on March 23, 2018 at 13:47Hi,We are using STM32H7 controller instead of STM32F7 controller.How to set the Phy address and the AutoNegotiations enable while generating the code from the cube Mx.#ethernet #stm #stm32h7

osTimer arguments not functional

Posted on September 15, 2017 at 14:38 When creating a RTOS timer in CMSIS the documentation is clear: http://www.keil.com/pack/doc/CMSIS/RTOS/html/group__CMSIS__RTOS__TimerMgmt.html#gaedd312bfdca04e0b8162b666e09a1ae6 When it states for creat...