STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H723 PSSI DMA

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code. Hello,   i have a Project, where i have an FPGA connected...

STM32 ISP-IQTune Port Detection Issue with IMX335 on STM32N657X0H3Q

大家好!问题是这样的: 我正在尝试使用 STM32 ISP-IQTune 应用程序通过 STM32N657X0H3Q 板读取 PC 上的 IMX335 相机数据。但是,IQTune 无法检测到任何可用的 COM 端口。这是我的设置:硬件:板:STM32N657X0H3Q相机:IMX335(MB1854B模块,根据文档提供原生支持)。固件:已从 STM32N6 固件包中刷新 DCMIPP_ContinuousMode 示例。连接:已将板上的两个 USB 端口连接到 PC(USB-C 电缆)。开发板...

陶铸 by Associate II
  • 640 Views
  • 5 replies
  • 0 kudos

FreeRTOS Tick Speed

Good evening,  I need freeRTOS tick speed to be greater than 1kHz, I tried to change the configTICK_RATE_HZ parameter but get a divby0 error which I can't fix. Is there a way garanteed way to achieve what im looking for? Thx in advance 

Jack_DB by Associate
  • 143 Views
  • 2 replies
  • 1 kudos

Resolved! I2C Slave sends stale data to Master

Hello! This is the first time I'm using an STM32L0 (...11F4Ux) and also the first time I've tried implementing an I2C IRQ Handler. The code snippet mostly works, but there's a bug in which a READ commands sends data from the previously requested regi...