How to use APB1 prescaler in stm32F100
Posted on April 06, 2017 at 15:27Which register to be used?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 06, 2017 at 15:27Which register to be used?
Posted on April 02, 2017 at 00:18It happens many times that I find a bug inside the Cube/HAL driver or even inside the comments and documents and I really want to report it, so they can FIX it, thus making a bug free environment to develop my/our ap...
Posted on April 06, 2017 at 13:32Hi community!So guys, is there any solution to this? I have here STM32F4discovery on my desk and i would like to power it externally. I have asked STM official to provide me solution for this. I have been told that t...
Posted on April 06, 2017 at 08:07http://www.st.com/content/ccc/resource/technical/document/datasheet/98/e1/71/c0/ae/f5/4b/d4/DM00141133.pdf/files/DM00141133.pdf/jcr:content/translations/en.DM00141133.pdf Ball F2 should be PB13 not PE13
Posted on April 06, 2017 at 16:15Hello! I use dma on spi3 rx & tx (STM32F302K8U6). When I call HAL_SPI_Transmit_DMA before HAL_SPI_Receive_DMA data from slave came damaged. Pseudocode:void WriteFifo( uint8_t * buf, uint16_t size ){ TxCmpltFlag = 0...
Posted on April 05, 2017 at 16:23Hello all,I'm using STM32F407VGT6, with 32-bit ARM� Cortex�-M4 microcontroller.I would need support with implementation of UART for this microcontroller.I couldn't find clear step tutorial for this task.To focus on, ...
Posted on April 05, 2017 at 16:19I want to know how TIM2 of STM32F100 works. Can someone help me?TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;uint16_t PrescalerValue = 0;RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE);TIM_TimeBaseStructure.TIM_...
Posted on April 05, 2017 at 16:28Hello everyone, I am attempting to use an X-NUCLEO-IDB05A1 BLE shield with the STM32F103 Nucleo board in the mbed online IDE. Every time i add the X_NUCLEO_IDB0XA1 library to my project it will compile with no proble...
Posted on April 06, 2017 at 13:04I did USB communication between Ubuntu 16.04 machine and Nucleo F207ZG using STM32CubeF2 example project , now i want to use LIBUSB communication between Host PC and Nucleo F207ZG.....I struggle with this pls anyone ...
Posted on April 05, 2017 at 19:29Hello All,We are working on:MCU: STM32F100C6T6IDE: IAR WorkbenchCode Generator: STM32CubeMxWe are working on uart, We generate code for UART1 and below specification: Baudrate: 115200 Stop bit: 1 Data bit: 8...