STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H747I JPEG DecodeDMA

Hi all,I´m new to STM32 and just recently bought an STM32H747I-DISCO. I needed one with a touch screen for a project. I was going thru the examples and got the LCD DSI SingleBuffer to work but was having problems with the JPEGDecodeFromFLASH DMA. I u...

JL3 by Associate
  • 312 Views
  • 1 replies
  • 0 kudos

SETAASA command I3C

Hello!I have an i3c target device which has a static address, datasheet says I need to send SETAASA command to start communicating with the device.I tried doing, #define SETAASA 0x29#define STATIC_ADRESS 0x47I3C_CCCTypeDef aSET_AASA= { /*Target...

kvganesh by Associate
  • 767 Views
  • 1 replies
  • 0 kudos

SPI DMA is not workng at higher SPI baud rates

Hi,My NUCLEO-H563ZI application uses SPI with DMA. The SPI transactions are not working at clock/2 clock/4 and clock/8 rates, clock being 250 Mhz. Is there any clock frequency restriction when SPI is used with DMA? 

WCarey_0-1713875592886.png
WCarey by Associate III
  • 557 Views
  • 3 replies
  • 0 kudos

IEC60335 SelfTestLib

In our legacy STM32f103 project a ST library named "Self Test Library" is used. It has version 1.0, dated 10/01/2007. That library is certified according to IEC60335. I found it in an archive named IEC60335.zip, but I have no idea if that's the origi...

Resolved! STM32H723 Internal Temperature Measurement vs. Ambient

All:Setup - STM32H723 with VREFP = 3.00 VI have connected internal temperature to ADC3, and I am able to display degrees C on "Live Expressions". With VREFP set to 3.00 V, I am seeing lower readings than ambient. Using __HAL_ADC_CALC_TEMPERATURE( ), ...

ToddA by Associate II
  • 923 Views
  • 6 replies
  • 0 kudos

stm32L5 write flash problem

Hi. I am testing flash read and write operations.In the main function, when I write 1 to address 0x08006000, I can correctly read back 1. However, when using FreeRTOS and performing the same operation within a task, I read back  garbled values (such ...

Resolved! STM32L562 hard fault in SPI_WaitFifoStateUntilTimeout

I am using MX25 NOR flash memory 256Mbit (https://www.mxic.com.tw/en-us/products/NOR-Flash/Serial-NOR-Flash/Pages/spec.aspx?p=MX25L25645G&m=Serial%20NOR%20Flash&n=PM2075#Technical-Documents) and I am mounting a littleFS file system on it. The memory ...

Lyap94 by Associate III
  • 1094 Views
  • 7 replies
  • 4 kudos

Resolved! STM32G0B and USB Custom HID

Hello guys!I'm using USB custom HID on STM32G0B for an application alike the mouse demo on "STM32G0C1E-EV" HAL package. But instead a button sending the Report, a PC software sends a 64 bytes Report to get another 64 bytes as answer.In fact, this sam...

Peaga by Senior
  • 743 Views
  • 2 replies
  • 0 kudos

Resolved! TIM1 in Encoder Mode but TIM1->CNT does not change

Hi, I'm interested in using Timer 1 on my STM32F439ZI to decode the quadrature signal from an encoder but TIM1->CNT doesn't appear to change. I'm not sure what is missing, the TIM1 config looks like: static void MX_TIM1_Init(void) { /* USER CODE BE...

debug_0-1711431610771.png
debug by Associate III
  • 653 Views
  • 1 replies
  • 1 kudos