STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Few questions about STM32 microcontrollers

Hello, I have a few questions about STM32 microcontrollers: I want to create a personalized card and use CAN, RS485, I / O, ... to connect several devicesI need an HMI to control the controller (touchgfx? Or Visual studio?)I want a clear program (mai...

KMiko.1 by Associate III
  • 2420 Views
  • 14 replies
  • 1 kudos

Wake up Pin from standby mode

I am using wake up PIN1 (PA0) to wake the STM32F746 from standby mode. I have PA0 connected to a push button with a pull down resistor. When first powered up the MCU goes into standby mode and stays in it until I press the button connected to PA0. T...

Resolved! how to jump out of while()?

hey thereI have the code belowuint32_t startTime = HAL_GetTick(); while (HAL_GetTick() - startTime < 5000) { for (int i = 0; i < 3; i++) { if (strstr(InputMSG, answerSearch[i])) { resault = 1; break; } } }wh...

Ala by Senior
  • 581 Views
  • 2 replies
  • 0 kudos

Resolved! STM32G0B1 release date and compatibility

HiCurrently we are using the STM32G071 MCU, but we will running out of flash memory soon, so we looking for an alternative. I've seen that a bigger G0x1 (STM32G0B1) will be available in the second half of this year. Are there more details available f...

Marco.R by Senior
  • 1599 Views
  • 5 replies
  • 0 kudos

Interface CAN with STM32f4 and STM32f091

HII am trying to interface Stm32f407board with cjmcu2551 transceiver with tcan1051V module and stm32f091cct6.the clock rate for both controllers(APB1 for CAN=25Mhz) with prescalar=5, time segment1=8 and time segment 2=1 with baud rate 500kbps. i am n...

PJose.1 by Associate II
  • 746 Views
  • 3 replies
  • 0 kudos