STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Flash mcu by pendrive memory

Hi,I need to do a project where the mcu has to be flashed by an usb pendrive. Some time ago I think I read that the mcu STM32F1xx family has this feature, but I don't found now.It's the STM32F1xx correct or anyone knows about other mcu capable of doi...

ATorr.2 by Associate
  • 672 Views
  • 3 replies
  • 0 kudos

Resolved! Why Timer never runs? (on this DAC + Tim6)

This is my code to generate the value of the lookup table? Why timer 6 is never running on the code and I get this warning: HAL_TIM_PeriodElapsedCallback defined but not usedBelow you can see the code:/* USER CODE BEGIN Header */ /** **************...

SalPaz by Associate II
  • 1603 Views
  • 7 replies
  • 1 kudos

Resolved! Do I need jtag and swd interfaces?

I will be using STM32F4 CPU in custom boards. The PCB will be space constrained and I plan on using STMX&IDE for development debug/programming devices. So is there a need for JTAG interface (10 pin) or can I get away with just having the SWD header?

FJB2069 by Senior
  • 966 Views
  • 3 replies
  • 0 kudos

Resolved! Power supply scheme for STM32H750

I'm working on PCB with two MCUs, and I'm not sure how to connect power supply lines. Even after reading the datasheet and RM0433, I still find it confusing. Like, which one of the VDD33USB or VDD50USB should I connect and why? Do I connect both? Or ...

Slina by Associate III
  • 915 Views
  • 3 replies
  • 0 kudos

HAL_TIMEOUT when call HAL_LPTIM_Counter_Start

Hi,I am using stm32L431 and trying to use LPTIM to count pulses.When I call HAL_LPTIM_Counter_Start() return HAL_TIMEOUT in if (LPTIM_WaitForFlag(hlptim, LPTIM_FLAG_ARROK) == HAL_TIMEOUT) {  return HAL_TIMEOUT; }But if I comment this part of function...

GFont.1 by Associate III
  • 415 Views
  • 0 replies
  • 0 kudos

Resolved! Hello all. I am implementing a simple application that reads data using USART. I want to read 10 bytes of data and if carriage return or new line is detected it must print "String Received" otherwise it must print "Error". I am using STM32F205.

The problem that I am facing is that I implemented HAL_UART_Receive_IT function in a while(1) loop and then I check for the elements of buffer for \n or \r. After I type the first message it prints "String Received". But after that it continuously ...

NSirm.1 by Associate III
  • 903 Views
  • 3 replies
  • 0 kudos