Have you noticed the Binary mode of RTC v3?
According to AN4759 , the RTC v3 (or, as they call it there, RTC3) - in 'G0, 'G4, 'L4P5, 'L41x, 'H7A3 and some of the more specialized series, has a Binary mode as an alternative to Calendar.JW
According to AN4759 , the RTC v3 (or, as they call it there, RTC3) - in 'G0, 'G4, 'L4P5, 'L41x, 'H7A3 and some of the more specialized series, has a Binary mode as an alternative to Calendar.JW
RM0455, rev. 6, says reset state of SYSCFG_PMCR is 0x0F00 0000.But STM32H7A3ZIT6Q, rev. Z, shows 0x0300 0000 instead, i.e. PC2 and PC3 switches closed. not open. Does this depend on package as PC2 and PC3 are not bonded out for this particular packag...
Hi, I made a project for only internal RTC. It worked with LSI and not with LSE. Then I integrated RTC in current project which has various other features. It is not working. I am getting zero readings. RTC initialization, get tim...
I have a STM32NUCLEOF411RE. It was working well until today. Now my pc can not recognize it. It says "No device found on target.". Also when I connect my board the processor becomes too hot in a few seconds. However, when power it with 5V it does not...
Hi everyone,I am trying to implement the STANDBY mode in stm32f746g board using the system wakeup pin PI11 (user push button). The issue is that once I press the button, the controller automatically wakes up from the STANDBY mode.I have attached my c...
I wish to build a classical closed loop controller based on a STM32H743 interfaced via SPI to an external 16bit ADC and to a 16bit DAC. The MCU is supposed to read an ADC sample, feeding a controller routine (for example implementing a standard PID c...
OTA for STM32Fxx MCU using ESP32:https://github.com/laukik-hase/OTA_update_STM32_using_ESP32
Hi,I keep on getting hard fault on HAL_SPI_Transmit_IT.I am trying to communicate to SX1276. The circuit is designed by another experienced hardware engineer.I use the similar code on STM32L431CBT without issue.However, I face random hard fault on ST...