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

LPTIM_COUNTER_START Problem

Hi, I am using stm32431. I config LPTIM and call HAL_LPTIM_Counter_Start() but return HAL_TIMEOUT and no pulses is count. When I change HAL_LPTIM_Counter_Start() function putting 'HAL_OK' to be return forced, the pulses is counted normally, but not i...

GFont.1 by Associate III
  • 466 Views
  • 6 replies
  • 0 kudos

STM32L432KC is not recognized on my computer

Hi,I'm using a STM32L432KC on Windows 10. I installed the ST-LINK driver (009) available on ST website and the ST-LINK utility (004).When I connect the STM32 to my computer , it doesn't appear as a STM32 device but as follows in 'other devices' of th...

0693W000003BMSuQAO.png
JV1 by Associate II
  • 435 Views
  • 6 replies
  • 0 kudos

Hi eveyone, i am using stm32f207zg and i want to do a multi channel conversion with adc1. The input pin are PA5 e PA6. The problem is when i play the program: in particulare using debug i note that adc doesn't conversion as the sequence is defined.

int main(void){ double digital; char Stringa[20];   int x=1,k,j,i=0;RCC_CFGR=RCC_CFGR|0xE000;   //clock divided by 16---->APB2 pheripherals CLK = 1MHz RCC_APB1ENR=RCC_APB1ENR|0x20001;    //abilitazione clock per TIMER2 e USART2 RCC_CR=RCC_CR|0x1;   R...

FCa.1 by Associate II
  • 138 Views
  • 0 replies
  • 0 kudos

Resolved! Emulated EEPROM is not erased after flashing new code

It also doesn’t erase after starting new debug session. Is that expected behavior? I am using STM32L476, and I downloaded X-CUBE-EEPROM software package, included it into my project and it works fine. EEPROM content is retained after NVIC_SystemReset...

MGrub.3 by Associate II
  • 518 Views
  • 7 replies
  • 0 kudos

Discontinuous Mode Tip

It may be obvious to the rest of the world, but in order to get the ADC to operate in Discontinuous Mode, you must also select Scan Mode. This was Not obvious to me from either the comments in the HAL or the reference manual. The SCAN bit in CR1 appa...

Ron Koch by Associate II
  • 205 Views
  • 0 replies
  • 0 kudos

STM32F7 usart DMA tx

Hello ; I am trying to test usart DMA on F7 . I only can transmite one time ; when i call usart init again its ok . but i still could not understand why . Could you help please while (1) { /* USER CODE END WHILE */   /* USER CODE BE...

Hector_06 by Associate III
  • 280 Views
  • 1 replies
  • 0 kudos

Using UART and I2C on the same pins

Hi, I'm using Nucleo-L432KC board and I've got quite a few devices plugged in to it already. And I need to add another device using UART, but I'm using UART2 for debug output already and I2C1 (which always shares pins with UART1) for a couple i2C dev...

kj.obara by Associate III
  • 448 Views
  • 2 replies
  • 0 kudos

Something wrong in program using STM32F103 ADC.

Dear readerI hope someone can help me with my question. I have programmed an ADC1 on a STM32F103 with the following functions activated:Continues conversion modeScan mode with two channels A0 And A1 DMA to an array in memory ADC_data[2]( ADC Interrup...

WOGoos by Associate II
  • 390 Views
  • 4 replies
  • 0 kudos
Labels