STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SPI DATA Stays High

I am using SPI to communicate between STM32H7B3I-DK (master) and Nucleo-H743ZI(Slave). My Data transmits as expected; however, after transmission the MISO and MOSI lines stay high. I have Master Keep IO State Enabled on both.I am not using HW NSS, an...

X_CUBE_MEMS1

Good morning,I rebuild all of the project/examples/DataLogTerminal contained in X-CUBE-MEMS1 and provided by ST without changing anything with the code generated by CubeMX.The build log gives me this error:Fatal error[Pe1696]: Unable to open source f...

Gb2 by Associate II
  • 456 Views
  • 2 replies
  • 0 kudos

stm32f429 discovery dfu mode

Posted on May 23, 2014 at 17:38Hey :) is there a way to put the stm32f429 on the discovery board into dfu mode? I tried to set the BOOT0 & BOOT1 jumper, but the PC wont detect a dfu device. But it seems that the bootloader works, cause the flashed ...

mirco by Associate
  • 3041 Views
  • 8 replies
  • 0 kudos

Resolved! SPI Syntax Error From Generated code

I am using the Nucleo-H743ZI, with a SPI ISR I wrote originally on the STM32H7B3I-DK board. However, when I usevolatile uint8_t rxBuffer; volatile uint8_t txBuffer; *((__IO uint8_t *)&hspi->Instance->TXDR) = txBuffer; //or rxBuffer = *((__IO uint8...

Resolved! No UDP packets transmitted after ARP reply

Hello,I'm using the STM32F767ZITx MCU and the lwIP library to transmit and receive UDP packets every 1 ms.Everything works fine but sometimes, after the ARP table has expired, UDP packets are no longer transmitted for several seconds even though my S...

RTC format AM/PM

 Good morning,I am trying to use the RTC and I managed to make it work as expected for the 24hs format, it has no delays and when resetting I could see how to make it save the time but I am having a problem with the 12hs AM/PM mode, the set to go fro...