STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 319 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
  • 869 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
  • 416 Views
  • 3 replies
  • 0 kudos

OSPI Flashing in IAR EWARM

Hello,I am working on a project that wants to store pre-built binary files in the OSPI on the STM32L562E-DK. I am using all of the default jumper settings for the board. When I build my project in IAR EWARM 8.50.9 and then try to program the device v...

IFyal.1 by Associate
  • 273 Views
  • 1 replies
  • 0 kudos

How to redirect std::cout to ITM port 0

Hi everyone, I have successfully used the following code to redirect the printf output to SWD, ITM View/* USER CODE BEGIN 4 */ int __io_putchar(int ch) { ITM_SendChar(ch); return ch; } /* USER CODE END 4 */Now I am working with C++ and would...

Xxoyo.1 by Associate III
  • 291 Views
  • 0 replies
  • 0 kudos
Labels