STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32CubeMX_LL_code enables only some devices?

Posted on April 03, 2018 at 10:46Using:Truestudio for STM32 v9.0.0.0STM32CubeMX v4.25.0STM32F100C8LL_drivers onlyLL_Code generated by cube enables some devices, such as the USART:LL_USART_Enable(USART1);But for the TIMERS it doesn't.(perhaps there i...

Willunen by Associate III
  • 1539 Views
  • 11 replies
  • 1 kudos

Resolved! Do STM32G0 Series have SWD protocol version 2

I am looking at using a few STM32G070 MCUs on a board and would prefer a single programming bus. As they don't have JTAG I am stuck with SWD. I know SWD protocol version 2 allows you to connect SWD in a bus with something called multi-drop. The impre...

CH1 by Associate II
  • 831 Views
  • 3 replies
  • 0 kudos

STM32F767 linker script problem

Hello. I have problem with linker script.I have this memory map:MEMORY { FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K ITCMRAM (rw) : ORIGIN = 0x00000000, LENGTH = 16K DTCMRAM (rw) : ORIGIN = 0x20000000, LENGTH =...

STM USB VID and PID in commercial products

We are developing some devices which will use the usb as a virtual serial port to mainly update our devices with our own bootloader. Do we then need an own vid and pid for usb? Or is it also possible to get and use the vid and pid by STM?

JB91 by Associate II
  • 863 Views
  • 3 replies
  • 0 kudos

Resolved! TIM16 and LSI frequency Measurment

Hi,I'm using STM32H743ZI. I want to measure the LSI frequency by timer TIM16.Configure TIM16 by CubeMX (5.2.1)"Input Capture direct mode from Remap""TI1 remap capabilities for TIM16 => "TIM16 TI1 is connected to RCC LSI"TIM16 global interrupt => "Ena...