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

Read 11 ADC Channels

How to read 11 channels of ADC in STM32G070CB? I can read 8 channels through ranks 1 through 8, but I need to read 11 channels. What is the best way to do this reading?

RDos by Associate II
  • 241 Views
  • 1 replies
  • 0 kudos

stm32f407 group priority within RTEMS

i have enable three usarts, USART1 AND usart2 enabled tx rx idle. usart3 is just output logif i set SCB_AIRCR = (0x05FA0000 | 0x500); // group 2 ,(*(volatile uint8_t*)0xE000E425) = 0x00; // usart1 IPR// set a low priority// NVIC_IPR9 usart2 (*(volati...

STM32f429I SPI and USART1

I am currently using STM32f429I. I want to check the value read using SPI by connecting UART. However, when checking the manual (DS9405, 38P), it is indicated that other UART(USART1,2,3,6) can not be used except for UART4, 5, 7, 8 when using SPI as m...

CPark.3 by Associate
  • 248 Views
  • 0 replies
  • 0 kudos

Why I can't login at st.com?

I wanna download new develpment tools, cubeMX and cube IDE, from st.com and evaluate them, but I found that I can't download them and even login at the web. I'v tried turn on proxy and turn off it on both win10 and mac.

Rock Deng by Associate III
  • 1728 Views
  • 4 replies
  • 0 kudos

CAN BUS and stuff bits

Hello,I'm using a ST32F466 trying to connect a personal board to a PEAK analizer.The code is generated in part by MS32Cube, and in part by me on TrueStudio 9.2 using HAL libraries.After setting the CAN1, (HAL_CAN_MspInit()), I have configured the CAN...

Timer Call back question ?

Dear Members,I have a callback :void Timer10_Callback() { seconds += 1;   if (seconds == 30) { minute = 1; seconds = 0; rpm=count; rps=(float)rpm/30; count=0; } }and main() inside while()current_rps = rps; i...

Hello, Please suggest a Software solution where I can power on the entire LPUART1 peripheral on STM32L4 only when I want. Any data received on the UART lines before I power on the LPUART1 must in no way be accessible to the MCU

Hello,  I have an issue with LPUART communication on my custom board housing STM32L4 MCU. I have a peripheral connected to the LPUART1 lines. This peripheral is quectel MC60 GSM module. I am turning the module on from STM32L4 (by toggling a GPIO). Af...

Grang by Associate
  • 289 Views
  • 0 replies
  • 0 kudos