STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How do I program a button to increase counter?

This is my first project using STM32 and one of my first coding in general. I'm attempting to make a user interface GUI using a STT7735 shield LCD. I've been able to get the menus to function properly; however I'm attempting to use the left and right...

TVan.4 by Associate
  • 833 Views
  • 2 replies
  • 0 kudos

Resolved! DMA transfer error in STM32H7 DCMI

Hi all,I am trying to setup a DCMI example with NUCLEO-H743ZI, the DCMI interrupts work fine, but DMA abrot when transferring the first data and TEIF is set.The project was setup with CubeMX, and more detail changes is in the git log. I didn't use ca...

i0x0i by Associate II
  • 1509 Views
  • 5 replies
  • 0 kudos

Resolved! Can't download the x-cube-eeprom libary form st.com

I tried to download the x-cube-eeprom libary for the stm32l4 devices.When press the "Get Software" button on the https://www.st.com/en/embedded-software/x-cube-eeprom.html site nothing happens when im logged in to my account

eSchm by Associate
  • 395 Views
  • 2 replies
  • 0 kudos

Resolved! Regulation & license for product Nucleo

Hi there!​We are using nucleo embedded board for one of the application in IOT. We could like to sell this product to end customers, so is there any rules & regulation which we have to follow to sell this product.​​​

MMyla by Associate
  • 332 Views
  • 1 replies
  • 0 kudos

Micron® Memory Support for STMicroelectronics®

Has micron eMMC memory support been released for stm32 platforms? there is nothing but this document. https://www.micron.com/resource-details/41f6ea73-754f-45f6-8039-2e19f5394ca8reference design, sample code etc.We want to read and write micron MTFC ...

akesk by Associate II
  • 353 Views
  • 1 replies
  • 0 kudos

Resolved! CAN Interrupt not firing on STM32F072

I am using a mixed LL-HAL setup on an STM32F072 target. Although the HW transmits a CAN message using HAL_CAN_Transmit_IT(), it appears that the CAN interrupts do not execute. There seem to be two-ish parts to this problem:(1) The Main interrupt ha...

NPol by Associate
  • 1102 Views
  • 3 replies
  • 0 kudos

One pulse mode

Hello everyone.I'm studying in stm32f40g eval and using timer in one pulse mode.First I'm use the example code TIM_OnePulse and modify it. I'm add the One pulse OUTPUT in function TIM_Config and One pulse EXTERNAL TRIGGER in function TIM_T2IConfig. I...