STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC high precision challenge

Most 12bit ADCs of ST are specified not very accurate in DNL, INL, and total unadjusted Error. Especially DNL allows worst case scenarios of results being non-consecutive. I use these ADCs for several years now for slow signals and found ways in HW- ...

SD Card Interface with STM32F0

Hi Team,I'm using STM32F030c8 micro controller, my application is to interface SD card with Stm32.stm32fxx to micro sd card interface:- pa5-----------clockpa6-----------misopa7-----------mosipf5------------csI'm using stm32f0 discovery board and exa...

KSALA by Associate
  • 1588 Views
  • 5 replies
  • 0 kudos

Getting a hard fault on only one of two identical boards

So I've made two prototypes of a new custom board with a STM32F405RG microcontroller at heart and while one of them works totally fine, after a few seconds or more I'm getting a hard fault on the second one.To investigate the origin of the hard fault...

MKola by Associate II
  • 520 Views
  • 2 replies
  • 0 kudos

Pointer to struct inside a union throws hard fault.

struct {unsigned char oned; unsigned char twod;}test;hspi2.Instance->DR = *((uint16_t *)&(test.oned));struct {unsigned char oned; unsigned char twod;}test;this works fine.however,typedef union { struct {  uint8_t idType;  uint32_t id;  uint8_t dlc;  ...

PR.19 by Associate II
  • 924 Views
  • 3 replies
  • 0 kudos

STM32 and edge detection ?

Dear Members /ST Employee,I read in one book about edge detection, and Matlab integration to the chip (TI), giving me inspiration on implementing it on STM32Does one of STM32 family have the same ability ?Which one ? The page:Thanks

0690X000009Yrr6QAC.jpg

Have you seen the source code to the MFX?

Hi All,Some of the grander Evaluation/Discovery boards use an STM32L152 as a slave Multi Function eXpander with an I2C interface. It's pre-programmed with firmware that provides access to some of the peripherals on the board.As it happens, I'm about ...

DOsbo by Senior
  • 420 Views
  • 0 replies
  • 1 kudos