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

STM32F4 Counter Time Difference on 2 Signals?

Posted on January 24, 2016 at 21:51Objective: To measure the time difference between 2 different analog signals that have been buffered into a square wave by a Schmitt trigger. Frequencies < 1KHz. What functions/features of the timer capture system...

MASS Storage DATA flow

Posted on January 24, 2016 at 19:04Dear Community,while experimenting with CLIVES SDcard to USB example [1] I checked the dataflow inside the function: int8_t STORAGE_Read to understand what data are necessary to make a mass storage device (e.g. fro...

jogerh by Associate II
  • 548 Views
  • 2 replies
  • 0 kudos

How Secure Is Level 1 Read Out Protection?

Posted on January 14, 2016 at 19:50I have a product I've developed that I'd like to protect from reading the code. So I want to understand just how ''unbreakable'' the Level 1 read out is on an STM32F4 processor? Thanks... #stm32f4-read-out-prote...

STM32 HAL for Rs485 Modbus

Posted on October 28, 2014 at 11:27Hi, I am trying to change to HAl library from STD lib. One of the task is port modbus code. I want to receive data, however size is unknown and is time critical (2.5 chars depending on baud rate).typedef struct {  ...

chetan by Associate II
  • 3160 Views
  • 6 replies
  • 0 kudos

FFT problem

Posted on January 24, 2016 at 17:45Hi, I need do FFT on stm32f4 and therefore I have few questions: 1. Is there any why to directly copy adc values which are uint16_t to float32_t buffer using DMA, without casting them in fork loop and using two buf...

hokus by Associate II
  • 619 Views
  • 1 replies
  • 0 kudos

SPI Data Register problem in Slave!

Posted on January 23, 2016 at 08:30Hello everyoneRecently I connect two STM32F401RE Nucleo with SPI interface.The configurations for master and slave are full duplex, CLK/256, 16-bit, Mode 0 and MSB first. When master produce the clock, data (0x0080...

ho2 by Associate
  • 484 Views
  • 1 replies
  • 0 kudos

stm32f429 etm trace

Posted on January 23, 2016 at 14:24hello i want to use 4pin etm trace (ukink pro )on stm32f429 and i have this problem: if  core clock > 100 mhz i cant use etm trace and if core clock<140 mhz i cant use ltdc is there any true configs for use etm tra...

FatFS on STM32CubeMx question ?

Posted on January 22, 2016 at 15:29 Guys, I tried to use HAL_SPI from STM32CubeMX with FATFs but I got this error when I compiled the function below argument of type ''const BYTE *'' is incompatible with parameter of type ''BYTE *'' Ho...