Bug report
Posted on December 18, 2015 at 16:28 Hello!! I used STM32CubeMx to generate a simple code. This code is not compiling with IAR EWARM. The reason is the following: #define 8xUSART6_TX_Pin GPIO_PIN_9 #define 8xUSART6...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on December 18, 2015 at 16:28 Hello!! I used STM32CubeMx to generate a simple code. This code is not compiling with IAR EWARM. The reason is the following: #define 8xUSART6_TX_Pin GPIO_PIN_9 #define 8xUSART6...
Posted on December 20, 2015 at 20:58 I am trying to read register for NRF24l01 with STM32F429 Discovery. I am using SPI2 with PB13,PB14,PB15 as SPI2_SCK, SPI2_MISO, SPI2_MOSI and PB12 as CE pin. When i read i get 0 always. Please suggest me ...
Posted on December 19, 2015 at 09:22Hi, I'm relatively new in programming microcontrollers and I'd love to ask which (free) IDE do you use for (offline) compilation and debugging? I'm using Mac OS X and already tried System Workbench with CubeMX gen...
Posted on December 20, 2015 at 12:30Hello everyone I have an Evaluation Board from Thailand (No example projects found), with an STM32F107VC. Now I'd like to select the on board 25MHz oscillator as clock-source.As it is the first time for me to set ...
Posted on December 19, 2015 at 11:44In STMCubeMX I found new subfamily STM32L011 in small package TSSOP14 and UFQFPN20. When will theseprocessorsavailable? You're not going STM32, which would compete with processors PIC12 and PIC10 from Microchip. ...
Posted on December 20, 2015 at 06:03Hello, I need to configure SD card (SDIO-FATFS) access from PC through USB and copy files. Which example of STM32_USB-FS-Device_Lib_V4.0.0 should I follow for STM32L ? Is it the ''Mass_Storage'' example? Should I ...
Posted on December 13, 2015 at 16:54Hello all, I am new here and struggling to write a clean for creating a file with auto-increment name after the power on. My purpose is to save buffer data in .BIN format, power off system, start a new session whe...
Posted on December 20, 2015 at 03:02The STM43F7 Discovery board is well suited for use in audio synthesis.It has enough memory and enough processing power to produce audio, the peripherals to channel that audio to headphones or an onboard or externa...
Posted on September 22, 2014 at 08:00This is the 3rd of a series of blog posts showing AdaCore Ada2012 on the STM32F407 Discovery board.http://www.embeddedrelated.com/showarticle/625.php #ada
Posted on December 18, 2015 at 16:40Hi i am using stm32f4 discvery. i have configured spi for display nd it works perfectly.Then i have included the DMA, but its not working when i am checking the flag./* checking the below flag */while (DMA_GetFlag...