STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1673 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
  • 824 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
  • 745 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...

STM32F103 Sweep frequency

Posted on August 05, 2016 at 07:50 Hi im newbie with this mcu, and im try to doing a sweep of frequency with TIM3 and the chanel1, A6. my main code its the next while (1) { unsigned int i=0, j=0, h=0; for(i = FrequencyStart; i < (Frequenc...

0690X00000602rDQAQ.jpg 0690X00000603AhQAI.jpg
woutnme by Associate II
  • 626 Views
  • 1 replies
  • 0 kudos

Byuing evaluation tools from ST.

Posted on August 07, 2016 at 14:35I can not find any information about valid payment types and if  shipping is included.I like to use paypal for Internet payment.Can anyone enlighten me ?

itchef by Associate
  • 414 Views
  • 1 replies
  • 0 kudos

STM32F407VGT6 programming and debugging

Posted on June 30, 2016 at 22:25Hello, I have developed my code using IAR workbench, tried it on STM32F4 discovery board and it worked well. Now I want to download the code on STM32F407VGT6 chip I bought from digikey.com directly without the develop...