Resolved! When my code erased the configuration page, and the other pages is also erased
I am using STM32F103C8T6.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I am using STM32F103C8T6.
For example, there are 3 timers (Timer 1, 2, 3).I want to set like below: Timer 1 : MasterTimer 2 : Slave of Timer1Timer 3 : Slave of Timer2When I checked the waveform after setting similarly to the above, it seemed that timer2 could not trigger time...
Hi,I use STM32L496RGT6 with own bootloader. If I start IWDG in bootloader and periodically reset it it is work good. If I jump to application and call HAL_IWDG_Refresh(..), function doesn't refresh IWDG and IWDG reset mcu. I tried call MX_IWDG_Init()...
I am working with a STM3220G-EVAL board and am using the SMARTCARD_T0 example code (from the STM32 website, “STM32Cube_FW_F2_V1.9.0�?/CubeF2 firmware.With the example code, the default value of uint8_t CHV1[8] = {'0', '0', '0', '0', '0', '0', '0', '0...
I just bought a 'black pill' STM32F411CE. My goal is to create a HID joystick/gamepad device. While I have been a Software Developer for over 30 years (mostly Windows end-user apps), these boards are completely new to me. So please understand my igno...
Hello,i have stm32f407 descovery board,i want to create noisy signal with high frequency noise and filter it with iir and fir filters.is there some step by step manual i could follow for this issue?Thanks.
This is a spiritual followup to this post: https://community.st.com/s/question/0D50X00009XkYuH/rtc-daylight-saving-time-stm32f3-discoverySo I do get which functions to use for daylight saving, and how to BCK bit remembers if I already changed to DST ...
I recently upgraded my CubeIDE installation from 1.5 to 1.6.Is it necessary to use the 1.5 which came with the workshop-material or does it also work with the newer 1.6?Thank you for your answer.Best regards
Good day everyone,When I received the Nucleo H745ZI it had the blinking LED program on it. This was working fine.Now I'm trying to upload my own program and it's not doing anything at all. Both the LEDs and UART aren't giving output. This is after ge...
All initialisations seem correct on SPI side (at first SPI without interrupt) -> clock polarity high, capture on rising edge(2), SPI clock speed < 10 MHz, At first everythings seems to work properly (stable device ID even by moving the wires etc...)...