Ask questions, find answers, and share insights on STM32 products and their technical features.
Dear experts, I'd be grateful if you could point me to some basic CAN bus example code for the F103 (blue pill) which later may be ported to the F4xx family (most likely F423)Thanks for your help!
hello!Recently, I found such a problem: when the MCU works at 32MHz by default, it can enter the low power mode normally. However, in order to reduce the power consumption during operation, when I reduce the system frequency below 4MHz, the MCU can't...
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...
I've been trying to get any DMA2 stream-channel (presently TIM1_UP) to update TIM1 CCR1,2, or 3 registers using a table in memory for a while now with no luck. Before adding some of my code here, I thought I would see if anyone has ever actually gott...
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 =...
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?
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...
Hi all,I do have a problem with the Interrupt Mode of the I2C interface. I started with the example provided by STM (I2C_TwoBoards_ComIT). I do not use two boards but one board as slave and the master is an FTDI FT4222. So sending from the FT4222 to ...