STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Startup application for STM32F7 not working?

Posted on June 29, 2018 at 14:52We are using STM32F767ZIT6 Nucleo board and developing a startup application that jumps to the main application. The main application is a simple toggling LED app with a HAL_Delay API.By the below startup code we can ...

No-ST Link Detected in Nucleo-F767ZI

Posted on July 09, 2018 at 17:42Hello,I use Nucleo-F767ZI board as evaluation kit. Now, I faced a problem which is 'No-STLink device detected...'. When I connect the board with my laptop through USB cable, ST-link Firmware (version 2.31.21) does not...

AE104 by Senior
  • 390 Views
  • 0 replies
  • 0 kudos

DMA MEN2MEN and DMAMUX

Posted on July 06, 2018 at 11:29Hello,is the DMAMUX somehow involved when doing DMA MEM2MEM transfers? Is the value in the DMAMUX channel corresponding to the selectedMEM2MEM DMA channel irrelevant or must it be zero? I did not see MEM2MEN mentioned...

How to play video on the stm32 ?

Posted on July 09, 2018 at 07:37Hello everyone, I want to start a project. I will play video with stm32 in this project. How can I play video ? please help me ? Thanks.

STM32F746 low-layer driver issue: ADC DMA TIM2 trigger

Posted on July 05, 2018 at 16:49Dear Community,I am trying to migrate some code of a STM32F4 series µC relying on the StandardPeripheralLib to STM32F7 “low layer� driver concept. Unfortunately the LL-Driver concept is not that identical to Stan...

M G_2 by Associate III
  • 1334 Views
  • 3 replies
  • 0 kudos

custom multi touch USB_HID

Posted on July 09, 2018 at 15:32Hi all,I have few following doubts regarding board...please clarify them...1. is it possible to implement a multi touch USB HID descriptor?. Because, i have already implemented a single touch descriptor and tested on ...

How to update firmware while read protection is on?

Posted on July 09, 2018 at 10:55Hi all!I need suggestions to implement such mechanism like our smartphone(Update our phone without while working normally), i'm working on STM32L152 where i want to apply read protection to protect my code and when we...

Invitation to contribute a book chapter

Posted on July 09, 2018 at 10:45Dear All,I am Dr. Firouzi, an Editor of Springer. Currently we are editing a book on AI-driven IoT. One of the chapters is dedicated to Embedded System (Connected Devices): Page limit: 30-50 printed pages Beside the ...

Signal generation with dac and DMA problem

Posted on July 07, 2018 at 13:56So i am using stm32f469NI processor on discovery development board I already generated signals with processor , but that is not good since it doesn't allow for anything else to happen while the signal is being generat...