STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AN4666 missing from the appnotes list

Posted on July 10, 2018 at 10:15The STM32 appnotes list is relatively hard to find (menu placed onto right of screen is very unusual thus unintuitive, and the javascriptoid navigation cumbersome - can't this be arranged in a more conventional way, a...

usb fs cdc communication port

Posted on July 09, 2018 at 22:12I am using usb port nucleo f429zi. I know I need cdc library and I want to write some protocol (for example modbus) between usb and PC, so my program in PC can communicate with controller, is it possible to use IT to ...

yang hong by Associate III
  • 329 Views
  • 1 replies
  • 0 kudos

Why does CubeMX code for SystemClock_Config give error

Posted on July 10, 2018 at 01:10I am comparing an application project for stm32H7 with a project created from CubeMX that is meant to replicate the application project function.  The CubeMX project fails to run and I suspect a problem with the setup...

0690X0000060LdlQAE.png

Nucleo 144 Ethernet, LAN8742A, CubeMX 4.13.1?

Posted on March 17, 2016 at 20:35I needs some help.  I recieved a Nucleo 144 and I have used CubeMX 4.13.1 to generate some test code to try out the on-board ethernet.  Well I have had little success and cant seem to find the issue.  They come with ...

matthew23 by Associate II
  • 2163 Views
  • 6 replies
  • 0 kudos

Does anyone have an example project using IAP with VCP?

Posted on July 06, 2018 at 21:51Hi everyone,I'm trying to get IAP driver working on my STM32F072C8T6 with USB VCP. I saw an example code for STM32LX IAP projects with ymodem but I thought I would ask around first in case someone already has working ...

Justin K. by Associate II
  • 1062 Views
  • 5 replies
  • 0 kudos

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
  • 303 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...