LSI for IWDG (is resolved)
Posted on November 21, 2016 at 17:41Hi, in order to use IWDG should I manualy starting LSI or LSI will start automatically ?I am going to use CMSIS. Thank you.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 21, 2016 at 17:41Hi, in order to use IWDG should I manualy starting LSI or LSI will start automatically ?I am going to use CMSIS. Thank you.
Posted on November 22, 2016 at 04:17Hi All. I am planning to get a ''Hello World'' program running on a STM32 eval-board, using linux-tool-chain. As part of preparations, the only proper ''linux-link'' I have received till now is http://www.hertavil...
Posted on November 21, 2016 at 10:14The STM32F7xx microcontrollers have a maximum operating frequency of 216 MHz. However, the reference manual of the STM32F76xx/STM32F77xx (RM0410 rev 2) mentions lower speeds at several places, which might be incon...
Posted on October 25, 2016 at 08:18Dear All,I am new in stm32 world.The device I am going to make, its on low power mode.As far as I know from STM32F070xB /STM32F070x6 datasheet, it has 128KB flash memory.Now my question is 1.can the DMA request acc...
Posted on November 22, 2016 at 01:38Hello I'm developing code for a STM32F031G6 on System Workbench. This microcontroller has 4KB of SRAM but after compiling my code (even with a empty main loop and nothing else declared) I get the following code si...
Posted on September 14, 2016 at 19:08Dear Gents,I am using a STM32L476VG for my application. The RTC can be powered by Vbat provided by an external battery in case that VDD drops off. In this mode, when the MCU is powered by Vbat, only the RTC works...
Posted on November 21, 2016 at 13:54Hey, is it possible to use the I2C-SM-Bus-Modul as Slave or Master? I want use one I2C-Module as SM-Bus Slave and a other as Master.
Posted on November 14, 2016 at 06:43The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 21, 2016 at 08:53i get 14: error: expected declaration specifiers or '...' before 'GPIO_Init'and its my source code :void Init_IO(GPIO_Init* GPIOx, uint32_t Pin, GPIOMode_TypeDef Mode, GPIOPuPd_TypeDef Pupd, GPIOSpeed_TypeDef Spee...
Posted on November 21, 2016 at 02:04Hello!I am currently trying to program on the stm32f303k8 to be able to read ADC values from 2 channels, average the values, and transmit the values through UART while also periodically rotating 3 pins for mux and...