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

[SOLVED] Having Trouble with Tim1

[SOLVED]HiI'm Pretty new to stm and i want to communicate to 4 ESC's.I have the STM32F446VET and am using TIM1-4 each with channel 1./** * @brief TIM1 Initialization Function * @param None * @retval None */ static void MX_TIM1_Init(void) {   ...

cacciu by Associate II
  • 1178 Views
  • 10 replies
  • 0 kudos

Fastest inter MCU communication.

I'm planning to make a multi MCU system where one MCU will act as a video driver, so I need a fast communication between two of them (al least 20MB/s). What is the best way to do that without active MCU involvement? Busy waiting on port inputs sounds...

Slina by Associate III
  • 1866 Views
  • 26 replies
  • 0 kudos

STM32L081KZ,Dual-Boot,TIMER2 upgrade interrupt is valid in bank1, switch to bank2 is invalid! then switch to bank1 is valid???how

code 1: start:int main(void){ /* USER CODE BEGIN 1 */ LL_SYSCFG_SetRemapMemory(LL_SYSCFG_REMAP_FLASH); LL_SYSCFG_SetFlashBankMode(LL_SYSCFG_BANKMODE_BANK2);……}code 2:switch:void switchFlashBankToUpgrade(uint16_t BootBank){ HAL_FLASH_OB_Unlock();​ HAL...

Ewei.765 by Associate
  • 214 Views
  • 0 replies
  • 0 kudos

touch issue with STM32f303

Hi all,STM32F303 is as capability to sens touch which is surface touch principal . I am trying to get the values on STM studio but unfortunately i am not able to see any values on it. there always a flat line. I am posting my code can anyone tell me ...

ASaxe by Associate II
  • 241 Views
  • 0 replies
  • 0 kudos

How to relocate interrupt vector table in STM32L151RD?

Hello!I have written a simple application that reads a byte on USART (in an interrupt) and then sends the same byte back (simple USART echo). I have no problem running this application on various STM32 devices as long as the firmware is programmed at...

dzikos by Associate II
  • 730 Views
  • 4 replies
  • 0 kudos
Labels