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

STM32F407VET

Sorry, can I use STM32F407VET and STM32F4 Discovery board in CUBE IDE version 1.17.0. If so, tell me where I can find information on how to implement it. I tried on STM32F404VET and when compiling, it says that it does not see the controller.Thank  ...

IMG_20241201_005100.jpg question.png
YZalo.1 by Associate II
  • 78 Views
  • 6 replies
  • 0 kudos

I3C HAL_I3C_Ctrl_MultipleTransfer_IT read/write data

Hello,Currently I implement a I3C function of mass readback data from the target device.I use the HAL_I3C_Ctrl_MultipleTransfer_IT, the mass write data into target  device that is worked.But readback data operation is not worked well.If it readback d...

Goldberg_0-1733076118892.png Goldberg_1-1733076179559.png

USART receiving 8-bit data with parity

I am supposed to be receiving 8-bit data with even parity.  The blocks are defined with a header of 'F0', this is S.Bus data if anyone knows that that is.  I setup a simple program that just does receive data.  I get data but nowhere does it show an ...

external interrupt

 void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { if (GPIO_Pin == GPIO_PIN_1) { uint32_t current_time = HAL_GetTick(); if ((current_time - last_interrupt_time) > 500) { last_interrupt_time = current_t...

XooM by Associate III
  • 94 Views
  • 12 replies
  • 2 kudos

STM32H745 maximum sample rate

Hi,I'm looking for baseband processor for my IQ receiver. I would need dual 12-bit ADC with 5.12MSPS rate. I hope to get data from two ADC to DMA syncronously.I have been looking for STM32H745 for this task. Based on the datasheet, maximum sample rat...

nucleoL432KC + sim800H - no response to AT commands

Hello everyone,I'm currently trying to send and receive SMS with the "Adafruit FONA GSM SIM800H" module and a Nucleo-L432KC board. Initially, I tested the module with an Arduino UNO as described in the Adafruit FONA documentation, and everything work...

CeliaCJ_0-1733064133756.png CeliaCJ_1-1733064178387.png CeliaCJ_2-1733064200055.png
CeliaCJ by Visitor
  • 37 Views
  • 0 replies
  • 0 kudos

stm32f4 interrupts and i2c

Hello;I'm writing a driver for a tlv493d magnetic encoder using CubeIDE. This encoder has a peculiarity where it pulls the SCL line of an i2c bus low when it has data ready to be read, at which point the MCU needs to initiate an i2c receive transacti...

sb_st by Associate II
  • 38 Views
  • 1 replies
  • 0 kudos

CAN TX pin always high in NORMAL mode

I'm trying to set up CAN in the Nucleo STM32H723 eval kit, I can see the message written to the CAN RAM, but I dont see any activity on the TX pin using an oscilloscope. The CAN is configured in NORMAL_MODE, I have testes before with EXTERNAL_LOOPBAC...

MudKIP by Visitor
  • 54 Views
  • 1 replies
  • 0 kudos