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

Bootloader UART selection

Posted on September 08, 2017 at 06:25Hello , In this picture Bootloader of stm32f446X tries to read 0x7f from the usart without initializing  the usart. how that is possible ? it configures the USART later. am i missing something ?also why 0x7f is c...

0690X00000608ASQAY.png
n.serina by Associate III
  • 638 Views
  • 2 replies
  • 1 kudos

Core Self Test FPU

Posted on September 07, 2017 at 13:04Hello,to achieve a SIL2 by using a STM32F4 MCU a periodical core self-test is required. So the CPU itself and the FPU shall be tested. STM is giving us the manual 'UM1840: STM32F4 series safety manual' (http://ww...

STM32F7 USB drivers.

Posted on September 07, 2017 at 09:10We are using STM32F&(ARM-C7) MCU in our customized board.First let me explain our design context , We have two boards with STM32F7 MCU , In that I need to set one board as USB host and another as USB device mode....

Setting up Quadrature Encoder Mode in STM32Cube

Posted on September 23, 2016 at 19:46Hardware: STM32F767ZIT6 Nucleo 144 BoardIDE: Atollic TrueSTUDIO with STM32CubeMXI am trying to interface a quadrature encoder to TIM4 in the Encoder Mode using STM Cube. I set up the timer and configure the count...

Neo M by Associate II
  • 18608 Views
  • 17 replies
  • 0 kudos

Resolved! Is there a way to test ADC by Software ?

Posted on September 05, 2017 at 17:33Hi !I am currently designing a test plan for my software/hardware application. During the tests, I need to know if the ADC is functionnal and correctly calibrated.We have an idea to test it with an hardware solut...

Freertos downport

Posted on August 28, 2017 at 12:08Hi all,I know that it is an uncommon request, but I need to use FreeRTOS 8.1.2, even if the latest version is 9.0.0.I created the code base using STM32CubeMX, including FreeRTOS, and I got a complete project to star...

Luca R by Associate II
  • 881 Views
  • 3 replies
  • 0 kudos

STM32L432 Nucleo32 Bootloader/Flash Loader

Posted on August 09, 2017 at 17:40I am testing the Flash Loader Demontrator app with the STM32L432 Nucleo32 board.I  removed SB12 and pulled Boot0 to VDD.I connect my serial port to USART1.The app is giving me 'Target is Readable' message with green...