STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

3D engine for MCU

Posted on August 10, 2016 at 22:23Hi,I plan to display some meshed terrain in 3D with an STM32F4.Does anyone has any experience with playing 3D world  on MCU ?I googled a bit, but couldn't find any library developped for MCUs, except SU3DE which see...

Kuikui by Associate III
  • 225 Views
  • 0 replies
  • 0 kudos

VL530Lx API for stm32F103

Posted on August 10, 2016 at 22:02I want use vl53L0x proximity sensor with a stm32f103 uC as host but I dont find the API for this host. I have STM32CubeExpansion_VL53L0X_V1.1.0 API downloaded but in this API, the drivers and CMSIS files available a...

Problem with polling ADC scan mode

Posted on August 10, 2016 at 17:26 Hello. I have some troubles with ADC scan mode... For example: while (1) { uint32_t adc; HAL_StatusTypeDef err; HAL_ADC_Start(&hadc1); for (int i = 0; i < 9; i++) { err = HAL_ADC_PollFo...

HAL_PCD_EP_Transmit work only once

Posted on August 02, 2016 at 11:43 I'm developing a USB composite device with the Nucleo-F446ZE. I'm adding a Virtual com port and I have some trouble to send back data. I receive everything from the computer but when I try to send back ...

thom_as by Associate II
  • 388 Views
  • 1 replies
  • 0 kudos

LTDC on STM32469-DISCO

Posted on August 10, 2016 at 12:10Hi. I have tried to generate a project using STM32Cube for the STM32469-DISCO board. but it seems that the LTDC module is not initializes. All registers is zero.I have tried compare with the demonstration project fo...

kvl by Associate II
  • 228 Views
  • 1 replies
  • 0 kudos

OTP Programming: STM32F4 with ST-Link

Posted on July 25, 2016 at 11:45Hi all,i have an problem with the OTP Programming. I use an STM32F429 and ST-Link/V2 with the Software STM32 ST-Link Utility V3.9.0. The OTP Bytes started at 0x1FF0F000. I see the content of this Bytes (0xFF) with blu...

0690X00000602cGQAQ.jpg
kai by Associate II
  • 483 Views
  • 4 replies
  • 0 kudos

Understanding some ADC instructions in STM32 F4

Posted on January 20, 2016 at 19:15I am trying to program an adc in stm32f4. I want to know what are the roles of these five instructions?  ADC_CommonInitStructure.ADC_Mode = ADC_Mode_Independent;  ADC_CommonInitStructure.ADC_Prescaler = ADC_Prescal...

STM32F746 discovery - examples

Posted on August 09, 2016 at 21:19Are there any examples for the LCD available? Also are the examples stm32f746 examples with in the stm32cube firmware pacakge compatible with the STM32F746 discovery - the boards look a whole lot different.

magnetomter

Posted on August 08, 2016 at 14:39Hello folks, I am trying to implement the LIS3MDL magnetometer. I have a small confusion about its configuration. It have option of +-4 gauss upto +-16 gauss. So for the full scale configuration, i should configure ...

Labels