STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ST-link ISOL lost settings

Posted on May 28, 2018 at 12:46Hi All, I have tried to connect my custom target board with ST-link/V2 ISOL.when I run STM32 ST-Link Utility, it looks OK, setting is captured as followsafter connect 20 pin JTAG cable to my custom board, STM32F103RF w...

0690X00000604bAQAQ.jpg 0690X00000604bFQAQ.jpg

STM32F3 NRST pin slowly pulls low

Posted on May 01, 2018 at 07:34Hello, I have an STM32F3 built into an application. I managed to upload a very simple code and run it, but something weird is happening. After about 20-30 seconds the mcu turns off. I measured the voltage at the NRST p...

Resolved! Atollic CubeMX Missing Source Files

Posted on January 27, 2018 at 08:16Every project generated in CubeMX with Truestudio as the target fails.The project generates ''Virtual'' folders in Drivers but the contents of the folders are missing. Compilation fails due to missing HAL_ driver s...

0690X00000609V7QAI.png

Resolved! TrueStudio STM32F7469 Discovery CubeMX

Posted on March 25, 2018 at 12:43Was attempting to generate a project in CubeMX for the STM32F769I-Disco board for the Atollic TrueStudio and was greeted with this:Did I miss a step?

0690X0000060ABnQAM.png

STM32CubeMX for STM32F4 configures inputs as outputs

Posted on May 28, 2018 at 17:39Inputs for (at least) Timers and U(s)arts are being configured as PushPull outputs. There is no option to change this, so it produces the code below. I'm using a STM32F407VET and all the lastest STM32CubeMX software. (...

0690X00000604YlQAI.jpg 0690X00000604bKQAQ.jpg
Willunen by Associate III
  • 995 Views
  • 3 replies
  • 0 kudos

Anyone Using CAN to Update Firmware?

Posted on February 15, 2018 at 10:12I'd like to use the CAN Bus to upgrade firmware. I've read the http://www.st.com/content/ccc/resource/technical/document/application_note/56/94/0c/7d/63/f6/4d/96/CD00264321.pdf/files/CD00264321.pdf/jcr:content/tra...

STM32L152 - EXTI and SPI interference

Posted on May 28, 2018 at 16:32 I am having issues using extrenal interrupts together with the spi on my stm32l152re-nucleo board. I am using theSTM32CubeL1 LL Drivers in the 1.8.0 Version. I am working with an external device that should gi...

m schuh by Associate
  • 605 Views
  • 1 replies
  • 1 kudos

STM32F103C8T6 I2C in Interrupt Mode

Posted on May 28, 2018 at 17:55Hello everyoneI am having problems with I2C in interrupt mode. When STM32 attempts to communicate with multiple devices, STM32 is sometimes busy and can not send that byte waiting to be sent via I2C. What is the conseq...