STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2808 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
eng239955 by Associate II
  • 1131 Views
  • 5 replies
  • 0 kudos

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
  • 368 Views
  • 0 replies
  • 0 kudos

Porting Code from STM32L-Discovery to Nucleo-152RE

Posted on November 12, 2015 at 13:53Hello, 2 years ago, I developed a piece of code for my STM32L1-Discovery board. It is an automated chicken coop door. It is working great. Now, I have to copy this system for a friend of me (on a Nucleo-152RE boa...

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
  • 503 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...

STM32L4, OPAMP calibration

Posted on November 07, 2015 at 16:53 Hello Has anyone gotten the OPAMP calibration with STM32L4 (or similar) controllers working so far? I've initialized OPAMP1 as PGA with just a positive input and simply called the HAL function for cal...