STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is minimun value of Vref in ADC Nucleo f767?

Posted on November 09, 2016 at 21:30How much I can put on Vref without lossing bit? I can read 8 bit without nise (12 bit is noisy) when the Vref is 3.3V. however, my sensor show maximum 12 (decimal). I wan to get more resolution. Therefore I want t...

mohsen by Associate II
  • 458 Views
  • 1 replies
  • 0 kudos

some questions about stm32f303cb usb module

Posted on November 09, 2016 at 18:50HelloI have some questions about stm32f303cb usb module:1- If the EP0 receive buffer is set to 1 bytes, how will received data be handled during setup packet reception (bmRequestType, bRequest,... totaling 8 bytes...

STM32F4 using timer channels to generate shifted pulses

Posted on November 08, 2016 at 19:59Hi, I want to generate short pulses on channels 1, 2 and 3 of TIM4. Pulses on each channel must be shifted relative to other channels, just like on image below:Main idea is:At first I set TIM4 mode to TIM_OCMode_A...

0690X000006030JQAQ.jpg

STM3232746g_discovery demo gesture problem

Posted on August 31, 2015 at 17:27I'm trying to add to the ST Demo, the gesture recognition functionality provided by the touch screen. In the timer callback k_TouchUpdate, I added the following code, but the returned value is always zero. How can ...

STM32F0 Signal Sensing with ADC

Posted on November 08, 2016 at 16:53The original post was too long to process during our migration. Please click on the attachment to read the original post.

ast8346 by Associate II
  • 869 Views
  • 4 replies
  • 0 kudos

How to use STM32Cube expansion packages?

Posted on September 29, 2016 at 14:08Take, for example, the STM32CubeExpansion_BLE1 package.I'm using SW4STM and can import one of the example projects from the above package. I can then modify that project etc. No problem.However, I cannot work out...

toby2 by Senior
  • 533 Views
  • 3 replies
  • 0 kudos

STM32CubeMx 4.17 Send data 16 over SPI using DMA

Posted on November 09, 2016 at 02:31Hi,I want to transfer data 16bit over SPI using DMA (data width: half word, Mode: normal), but in function HAL_SPI_Transmit_DMA(SPIx, (uint8_t *)data, uint16_t size) only transfer data 8bit. I want to fill color o...