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

cubemx- USB Host MSC FATFS code

Posted on December 21, 2015 at 12:51I tried to generate code for STM32F407VG using cubemx[4.12] with following settings for STM32F4-Discovery.    - RCC -  High Speed Clock(HSE) –Crystal/Ceramic Resonator,       - USB_OTG_FS – Mode [Host Only ] &  A...

prabhu by Associate II
  • 359 Views
  • 1 replies
  • 0 kudos

STM32F0DISCOVERY Order problems

Posted on July 29, 2016 at 19:21Hi:I am trying to order the STM32F0DISCOVERY through ST (on the website). I get the part into the cart; but, I cannot proceed past the page where my shipping details are given.I get a brief display of a red banner wit...

roy by Associate II
  • 510 Views
  • 6 replies
  • 0 kudos

ADC DMA Configuration On STM32F303

Posted on August 08, 2016 at 18:34I am trying to set up DMA access for the ADC channels on the STM32F303 Discovery. I have done this successfully on the STM32F4, and have been trying to transfer it over, but unfortunately the names of a lot of thing...

epalaima by Associate II
  • 817 Views
  • 4 replies
  • 0 kudos

Adding more ADC inputs to STM32

Posted on July 29, 2016 at 19:36Hi, I am working on a project where I need a lot of ADC inputs for analog controls (20-30) and was wondering if there was a good solution for this, either in terms of another component I can interface with the board o...

epalaima by Associate II
  • 1154 Views
  • 6 replies
  • 0 kudos

STM32F407xx SPI Slave usage - Polling method.

Posted on July 09, 2016 at 08:03I am working on establishing SPI communication between STM32F407ZET6 and NRF52832 chipsets.Currently, I am configuring STM32F407ZET6 is the slave as I need to send the data continuously from NRF52832.I found code in g...

Magnetometer

Posted on August 08, 2016 at 15:52Hello folks, I am trying to implement magnetomter LIS3MDL with STM32F4. After reading the X, Y and Z axis register I am getting negative values as they are 2's complement. How can I transmit them on UART to see nega...

stm32f10x - Input capture

Posted on August 05, 2016 at 21:15 Hi everyone, I'm using the stm32f10x to measure a pulse width and I followed the Input Capture example but I still have some errors. The measurement is erratic, sometimes the value is ok and most of the time...

fntheirs by Associate
  • 559 Views
  • 3 replies
  • 0 kudos

USART polling vs Interrupt

Posted on August 08, 2016 at 14:12Hi,I have implemented simple USART polling and interrupt method.// main functionwhile(1) {  send_data(); //usartSendString(USART1,array,34); GPIOF->ODR ^= GPIO_Pin_10;   }///simple USART polling functionvoid usartS...

Niks by Associate II
  • 465 Views
  • 4 replies
  • 0 kudos

[BUG] 32F746GDISCOVERY BSP LCDv

Posted on August 06, 2016 at 19:51 I'm not sure that this is the right place to signal a bug. However, I am working with the LCD embedded in the 32F746Discovery board. I noticed a strange behavior during experimentation with scrolling effects an...