STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F and USB at 1.8V

Posted on November 16, 2015 at 18:54I would like to connect an STM32F405 to usb while running the chip at 1.8V. Since USB requires 3.3V I need some kind of level translator. I have tried the TSX0102 and did not get it working. Has anyone done this b...

sburr by Associate II
  • 641 Views
  • 3 replies
  • 0 kudos

Bulk data transfer on CAN bus

Posted on November 13, 2015 at 22:40 Hi guys i have managed to communicate using CAN protocol now i want to send around 200 16 bit values from 1 stm32f4 to another stm32f4 below is the code to transfer 8 values, How can i improve my code to tran...

puneethj by Associate II
  • 2067 Views
  • 7 replies
  • 0 kudos

SWD debugging problem

Posted on November 17, 2015 at 12:34i made my stm32f030k6t6 board and i connect it to stlink after that  i generate keil V5 project using stmcube .i  enabled the SWD pins only , after that i compiled the program and download it ,i start the debugger...

0690X00000605JqQAI.png

STM32L4x6 Dual Bank Boot

Posted on November 17, 2015 at 17:51I am a little confused by what I believe might be a contradiction between the Bootloader AppNote (AN2606) and reference manual (RM0351).  The ref manual says the application has to relocate the vector table if you...

rjdash by Associate
  • 224 Views
  • 0 replies
  • 0 kudos

sTM32F4+MATLAB

Posted on April 05, 2015 at 10:53The original post was too long to process during our migration. Please click on the attachment to read the original post.

SPI, I2C

Posted on November 17, 2015 at 11:41Hey, i have a stm32f407 board .Can anyone tell me whats the best way  or possible ways to test the i2c and spi driver. 

arunl4g by Associate II
  • 386 Views
  • 3 replies
  • 0 kudos

STM32F4 build in bootloader

Posted on November 17, 2015 at 10:49Hello there,I am working on an application now where I have to be able to reprogram the chip memory from a connected PC (most likelly USB). I have read that there are BOOT0 and BOOT1 lines which allows one to jump...

Input Capture - Nucleo STM32L152RE

Posted on November 13, 2015 at 17:22 Hi, I'm trying to measure a frequency of tenth kHz using TIM2IC2 on PA1. I first took example code STM32Cube_FW_F3_V1.3.0\Projects\STM32F3-Discovery\Examples\TIM\TIM_InputCapture and tried to adapt it to my p...