STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F437 Ethernet does not sent packets

Posted on June 04, 2018 at 20:42Hello,I have an ownmade ethernet board having Micrel/Microchip KSZ8081MNX.I started using NUcleo STM32F429ZI using CubeMX 4.25.1At first it all looked promising and could identify the places where to change the settin...

taraben by Senior
  • 416 Views
  • 0 replies
  • 0 kudos

Resolved! include CMSIS folders

Posted on June 03, 2018 at 05:16with soooooooo many options for evvvvererereryyyy thingI am work on bringing up my new project, using the STM32H753please tell me this is ok ?how does Cortex-A relate ?The H series Reference manual: ARM� Cortex�-M7the...

0690X0000060BOdQAM.png
T J by Lead
  • 594 Views
  • 3 replies
  • 0 kudos

Resolved! How to swap banks using BOOT_ADD0

Posted on May 31, 2018 at 16:58Hi everyone,I have a STM32F7 Discovery board and I would like to upload new firmware on it.I read AN2606 and AN4826, and I saw that it's possible to split the flash into two memory banks (nDBank = 0) and I can start ei...

ced seg by Associate II
  • 952 Views
  • 3 replies
  • 0 kudos

STM32L476 power up issue

Posted on May 31, 2018 at 08:26I have built a custom board and I have used the reference design provided with NUCLEO-L476RG. When I apply power to the board it doesn't power up. I have to connect VCC form powe supply on board and connect NRST on boa...

CubeF0 ADC LL bug

Posted on August 24, 2017 at 13:24LL_ADC_Init in CubeF0 contains a check for ADC_InitStruct.Clock, which is not used in the function. CubeMX does not generate a value for ADC_InitStruct.Clock and thus the assert in LL_ADC_Init fails.ADC_InitStruct.C...