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

Problems with SPI on STM32F429

I've got NUCLEO-F429ZI board and I'm trying to write simple communication via SPI. I've generated code from CubeMX for SPI1, compiled it under Atollic TrueStudio and run. Unfortunately I cannot get SPI working. I mean I have no clock signal on SCK P...

0690X000009YxlyQAC.png
WKowo by Associate II
  • 487 Views
  • 2 replies
  • 0 kudos

Hello I am trying to establish single-byte receive on stm32f091 controller by polling mode but unable to do it . Do i need to monitor any flag or clear any of the flag. Please suggest some solution.

uint8_t tx_Data[4]="AT\r\n";uint8_t tx_Data_A[26]="ATFY0K0C0R0S30=64S0=0@L1\r\n";uint8_t tx_Data_B[5]="ATD\r\n";uint8_t rx_Modem0[40];uint8_t rx_Modem1[40];HAL_UART_Transmit(&huart1, tx_Data, 4, 400);//HAL_Delay(500);HAL_UART_Receive(&huart1,rx_Modem...

MKuma.8 by Associate
  • 238 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F1 system timer

Hi, I'm using STM32F103. I encountered a problem when using the system timer to generate a delay. The processor runs at 8MHz from reset, well I think, and I'm using that clock to generate a 1Ms delay. So, I've to load the SysTick LOAD register wit...

0690X000009YvdxQAC.png 0690X000009YvdsQAC.png
ASeyo by Associate II
  • 428 Views
  • 2 replies
  • 0 kudos

Resolved! TI3 and TI4 mapping on input capture

I'm just setting up the input capture on timer 2, input capture 4. On page 411 of the reference manual for the CCMR2 register and the CC4S bits, it states "01: CC4 channel is configured as input, IC4 is mapped on TI4 10: CC4 channel is configured as ...

MCU selection with camera and wifi interface

Hi all,I'm currently looking for a low-power-consumption MCU which integrates camera and wifi interface. It would be better if the MCU gets the wifi module inside. Could you give me somesuggestions?Thanks in advance!Br,Mark

ZXion by Associate
  • 235 Views
  • 0 replies
  • 0 kudos