STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug report STM32CubeMX 4.25.0 - Activating ''Audio Clock Input'' (I2S_CKIN) does not set I2SSRC bit in RCC_CFGR register

Posted on March 30, 2018 at 08:08I have a project generated by &sharpSTM32CubeMX 4.25.0 using firmware STM32Cube FW_F4 V1.21.0. The clock configuration can be found in the attached picture below. When I debugged the generated  code I have seen that ...

0690X00000604WZQAY.jpg 0690X00000604WZQAY.jpg 0690X00000604WZQAY.jpg 0690X00000604WZQAY.jpg
Mete C. by Associate II
  • 1122 Views
  • 3 replies
  • 0 kudos

LwIP STM32F746g Working code probelm

Posted on April 04, 2018 at 16:33Hello everyone,The main problem is when your project works fine with 0 error it is hard for beginners like me to detect the cause why when i debug the code it get stuck somewhere .. well here is my problem, i'm worki...

Resolved! DMA doesn't copy data from UART RDR

Posted on March 27, 2018 at 12:55Hello,I have ported an exisiting code for a UART peripheral that uses DMA to copy the data from stm32F4 to an stm32L4When I send a character through the UART bus, and wait for the IDLE line detection interrupt to acc...

USB Device MSC SD Card Interface troubleshoot

Posted on March 26, 2018 at 14:33Hi,I have STM32L4 based board NUCLEO-L476RGI have initialised it USB Device Only Mode with Mass Storage Class IP and a microSD Card interfaced on SDIO (1-bit) and from CubeMX.I am using MSI RC at 48MHz to clock USB.S...

STM32F429I-DISC1 Unable to get it in DFU Mode

Posted on April 02, 2018 at 06:52I recently received the STM32F429I-DISC1, and am trying to get it in DFU mode, and can not no matter what i try. I have attempted to connect, BOOT1, BOOT0 with no success. I am able to use the ST Link and program the...

jump to internal boot loader from user application

Posted on June 12, 2015 at 15:59I want to develop product using stm32f030cc controller.for that product i want to develop boot loader which can jump to internal boot loader in system memory with out altering boot pin.right now my board is not ready ...

karan by Associate III
  • 1132 Views
  • 6 replies
  • 0 kudos

USB OTG FS in stm32f4 not detected by PC

Posted on September 28, 2017 at 08:36I have designed a custom board with stm32f407 mcu and included USB OTG FS functionality in it. For USB OTG I have followed similar schematic like the one shown for stm32f407 discovery board. I downloaded a firmwa...

RF switching on STM32L4XX

Posted on April 02, 2018 at 08:01Hi I want to communicate between two STM32L4 MCU, and interfaced RF on to UARTs.UART1 -- BLEUART2 -- XBEEI want to make a transparent, i mean when there is NO BLE there should be a switch to XBee and the other MCU ha...