Resolved! How can I generate a PWM on an GPIO? (pin can't configure as a timer output)
Hallo.I wanna generate a PWM on an GPIO. I can't configure the pin in STM32MXCube as Timer output. What can I do ?
Hallo.I wanna generate a PWM on an GPIO. I can't configure the pin in STM32MXCube as Timer output. What can I do ?
I know that there a lot of care examples on the Internet, but I haven’t been able to get one to work with latest version of the HAL drivers. I’m attempting to use the loopback interface just to test on a single device at the moment. This is as far as...
In the X-CUBE-EEPROM library (https://www.st.com/en/embedded-software/x-cube-eeprom.html)FLASH_OPTR_BFB2 is defined for the stm32g474 inDrivers/CMSIS/Device/ST/STM32G4xx/Include/stm32g474xx.hand therefore the following in Middlewares/ST/EEPROM_Emul/P...
These is a 1Gb NOR FLASH with 2 die structure(MT25TL01GBBB8ESF-0AAT).It request 8 IOs so that I connect both BK1 and BK2 of H7 MCU.This above connection correct?
I am using a STM32F7508-DK board, and I am trying to use system view on it. I've done everything mentioned on system view documentation, also changed the st-link firmware to j-link firmware, but with no result, I am not seeing any trace on system vie...
I would love to have a tutorial that doesn't use libraries. I would have preferred something that used metal embedded C and register manipulation. Do you have some videos, links or PDF files for me?Thanks in advance
I just opened a new STM32F407 Discovery board and connected it to my laptop through the Mini USB port. After connecting the LD1 led keeps flashing and I am not able to download my code into the MCU through the STM32CubeIDE. I get an error saying "Err...
Hi,I am using STM32L476RG MCU and trying to store some values in the EEPROM. When I try to program a 64 bit data, FLASH_Program_DoubleWord(Address, Data) is called and it is failing to program the data. FLASH->SR is set to 160 which I assume Fast pro...
do you have a ready-made example of keyboard implementation, I need to connect a keyboard to stm32f105, but nothing works, please give a ready-made example with a keyboard, on standard libraries I always just hang on HOST_CTRL_XFER, but why this happ...