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

I2C Slave Address Set Problem

I'm trying to read data from my I2C sensor, the MLX90614 sensor, using a STM32F411CEU6. When I examined the MLX90614 datasheet, I saw that the I2C clock speed should be a maximum of 100kHz and I configured the clock accordingly. However, after the st...

Omerbzkt by Associate
  • 205 Views
  • 1 replies
  • 0 kudos

DAC underrun when writing to a HRTIM register

Hi,I have the following configuration:1. ADC converts values and writes it to memory with DMA2. DAC outputs the ADC data also with a DMA3. Both, the ADC and the DAC are triggered by HRTIM TimerA at a rate of 700kHzAll works fine, I can see the data c...

berait by Associate II
  • 127 Views
  • 0 replies
  • 0 kudos

F429ZI USB HID keyboard Input

Hi,I am facing a problem in implementing USB HID host input for keyboard.I can get only 12-13 characters in my buffer after which the keyboard doesn't respond to any input as can be seen in snap attached.source for keyboard handling is also attached ...

Capture.JPG

Resolved! STM32H753ZIT6- ALE &CLE

Hello team, I am trying to connect external NAND flash with STM32H753ZIT6. my concern is with respect to FMC_ALE and FMC_CLE pins as, in Pin no. 80 and 81 these are multiplexed with address lines whereas pin no 98 and 99 can also be used as FMC_ALE a...

How to use nucleo-h7s3l8

 Hi all,I buy a nucleo-h7s3l8 but I don't how to program and debug itH7s3l8 mcu is different from other stm32 mcu that I use beforeMy question is as followsIf I use STM32CubeMx to create project.I will get two subproject boot and appli in Stm32CubeId...

prometheans152_0-1717576760426.jpeg

using Dual-Quad-SPI with OCTOSPI in STM32H5xx

Hi,I have been trying to connect PSRAM and NOR FLASH to STM32H563 nucleo board using Dual-Quad-SPI.I was able to successfully read/write to PSRAM and NOR Flash individually in single-Quad-SPI mode with base address 0x90000000. i'm not clear how the a...

shii by Associate II
  • 996 Views
  • 20 replies
  • 4 kudos

Resolved! STM32F429 read from PIN to DMA

Hello everyone, I have a board.STM32F429I DISCO1, I want to read, say, two bytes of parallel data from port A{15:0}, into the DMA buffer, every time a rising edge of some signal comes to the microcontroller from the outside.How exactly can this be im...

gevmar by Associate III
  • 380 Views
  • 5 replies
  • 4 kudos

Resolved! CAN Reception Data Integrity

I am facing the problem of data integrity, the logic is something as shown below i am taking the CAN rx data from the interrupt and processing in while loop.   uint8_t g_candata_u8=0; int main(void) { Initilializations(); while() { if(CanMess...

STUser34 by Associate II
  • 275 Views
  • 5 replies
  • 2 kudos

STM32F103C8T6: Trace not working

Hi everyone,I cannot start SWO trace (nothing received in debug window) with STM32F103C8T6.  Here is my main.c file: /** ****************************************************************************** * @file : main.c * @author : Auto-generated by S...

Ksrind_0-1717674759532.png
Ksrind by Associate
  • 150 Views
  • 0 replies
  • 0 kudos
Labels