RM0090 - reset values missing from RCC register map table
This is in both RCC chapters.As usually, I did not check other RMs.JW
Ask questions, find answers, and share insights on STM32 products and their technical features.
This is in both RCC chapters.As usually, I did not check other RMs.JW
Hi all,I'm trying to write in the internal flash memory of my new MCU (STM32L496VGYXP),but FLASH_WaitLastOperation fails. The error seems to be FLASH_SR_PGSERR .I'm sure that my code used to write flash memory is correct because in others projects it...
Hello,I have a project that sends a signal between master (stm32 and Ebyte+antenna) and a slave (another stm32 and Ebyte+antenna) using UART (baudrate 9600) (The communication between the Ebyte and the antenna is fine).My code is fine, it is not comp...
I am not sure that choosing the wrong clock frequency would affect USART communication
In other words, what is the relation between F_RS (and possibly F_PCM) and mdf_ker_clk in DFLT? I use every block in DFLT: ADC1 -> DFLT (CIC, offset, scale, RSFLT, HPF, INT) The reference manual mentions only the RSFLT block with up to 24 ticks, but ...
To me, it looks like each gain step shifts by "half" a bit, so we could compute the gain asfloor((DSfilt - DScic)*2);e.g. with RSFLT as target and Sinc5/Dec5 + 14bit ADC1:floor((22 - 25.6)*2) = -7;
Hello everyone, I am having a small project as follows: When I press a button the program jumps to a new program which is located in a new address space. I have successfully tried with STM32F4 series but when switching to STM32H755ZI series which is ...
We replaced in our product the STM32F102 MCU with STM32F103 without PCB modification. The 103 contains more RAM and can run at higher frequency and we would like to use the extra resources but there is a criteria. We should use one piece of software ...