STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why no header with ID Codes and ROM constants

Posted on October 13, 2016 at 16:47Hello, why are ID Codes and ROM calibration values like TS_CAL1 not available in the device headers? This make writing portable code harder. Bye #id #calibration #device-headers

Driving peripheral chips VCC directly from MCU

Posted on October 13, 2016 at 14:29Hi all,I'm going to design an ultra low power circuit which should work with battery for years, so i have to decrease the power consumption as much as possible, i'm using some peripheral chips like EEPROM(m24128), ...

STM32F2 RTC coarse calibration seems to have no effect

Posted on February 11, 2016 at 10:29Hi, on a STM32F207 I want to use coarse calibration but it seems to have no effect. - I changed PRER to PREDIV_A = 63 and PREDIV_S = 511 and print it out on a UART after reset. I changed to these values to have a ...

mmensch by Associate II
  • 586 Views
  • 3 replies
  • 0 kudos

STM32F4 USB Audio Device IN endpoint circular buffer

Posted on October 14, 2016 at 04:09Hello everyone, i'm working on an  Audio IN endpoint USB Device (a microphone). The idea is to capture audio data from a codec and send this data to a PC by USB by implementing an isochronous IN endpoint.I want to ...