STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DSP functions on System Workbench and CubeMX

Posted on July 04, 2015 at 15:46 Hi, I'm trying to setup a project using System Workbench and CubeMX on an Nucleo Board (411RE). Could someone tell me a step by step on how to do that? I have an example fromSTM32Cube\Repository\STM32Cube_F...

stm32f0 discovery board to run One Pulse Mode on timer 2

Posted on July 09, 2015 at 22:13Hi, I am using the discovery board to try OPM on timer 2. I can not get it going with any effort on my code list below. Please help!!! It is important to our new product.void GPIO_Configuration(void);int main(void){  ...

ming2 by Associate III
  • 272 Views
  • 5 replies
  • 0 kudos

I2C problems with STM32L Discovery

Posted on July 10, 2015 at 18:25I am trying to communicate with a ADT7410 I2C temperature sensor using a STM32L Discovery Board (PB6 for SCL and PB7 for SDA).I configure the I2C with the following code:void I2C_initialization(void){  I2C_InitTypeDef...

Baud Rate problem

Posted on July 09, 2015 at 17:15  The original post was too long to process during our migration. Please click on the attachment to read the original post.

fiulala by Associate II
  • 176 Views
  • 4 replies
  • 0 kudos

Stop code execution during 8 timer interrupts

Posted on July 03, 2015 at 14:14Hi everyone, I'm working with the stm32f405 microcontroller and I am trying to send some characters using a simple GPIO pin. My problem is that I have to send each bit of one character every 20ms. For that I use a ti...

mnemxys by Associate II
  • 147 Views
  • 2 replies
  • 0 kudos

Workshops at home

Posted on July 09, 2015 at 14:02Hi everyone,I was wondering if there are any workshops from ST that can be done at home. Something like PDFs with explanations and some exercises that you can do. More specifically for the standard peripheral library ...

SPI Bus Fault due to xPortSysTickHandler FreeRTOS

Posted on July 10, 2015 at 13:10When the xPortSysTickHandler is called at the moment the SPI HW block is executing a SPI communication the i get a Bus fault resulting in a Hardfault Is this a known issue? I can solve the issue by first executing the...

ronny by Associate
  • 107 Views
  • 0 replies
  • 0 kudos

L3GD20 gyroscope value drift on STM32F3-Discovery

Posted on July 10, 2015 at 13:08Using a D/A the converter I am now able to monitor the gyroscope rotational accelration around the x axis as a voltage. I run the gyroscope at 190 Hz rate and read the oscilloscope in a thread every time the the DRDY ...

STM32F405 PLL: 168MHz to 84MHz - how to do this?

Posted on July 08, 2015 at 05:07Hello: I have an STM32F405 processor, with a 8MHz HSE crystal. It's set up to operate at 168MHz. To see if I can get suitable performance at a lower speed to save power, I'd like to change this (*not* on the fly) at t...

High speed data transfer to STM32F3

Posted on July 10, 2015 at 03:36Hi All,I need to transfer a large amount of binary data to my STM32 and am trying to figure out what the best way to do this would be. The data throughput needs to be roughly 4Mbps. The device has USB so I was thinkin...

daniel2 by Associate II
  • 105 Views
  • 0 replies
  • 0 kudos