Hello,we have a STM32F7 interfaced to a CY62148EV30 SRAM with FMC bus.Sometimes, when several consecutive reads are performed, a wrong value is read.The wrong value has one or more bits at 0 instead of 1 (example: 0x52 is read instead of the correct ...
Is there a way to stop STM32 PWM after 10 pluses ?I know one solution is using the system time and issue a stop via the code, however my issue is the stm CPU might be very busy to handle the stop signal.
using a 32 KHz low-speed external crystal to run the RTC on STM CubeIDE.
Instead of using JTAG, I would like to enable SWD programming (via STLink) for a custom STM32L476RG board that I am designing. Which pins of the MCU correspond to the 5 SWD pins normally found on boards like Nucleo and Sensortile? I probably found ou...
I have my prescaler set to IWDG_PRESCALER_256 and Reload set to 16000Far before that counts down to 0 when I call HAL_IWDG_Refresh the program crashes.I am running on an STM32L072CZTAny ideaS?
Hello, i am making a project on a stm32 (STM32F767ZI) development board, and i need to read analog voltage from 9 sensors. I have been reading the datasheet to see if is there a ADC mode that can make the process faster and more optimized. The most b...
I have a project which is include Stm32f4 and CAN Trasceiver and I also using CAN Analysing to analyse the line. And I also have 120 Ohm.When I configure CAN1 and try to send CANBUS data with canheader.DLC = 8; canheader.IDE = CAN_ID_STD; canhead...
I'm using a Nucleo F429ZI and I'm using a dual bank configuration. I'm trying to make sure I understand the read protection levels. If I want a feature that allows me to save a program written into the other bank (e.g. save it to a usb as back up), i...