Resolved! How to report an error of the reference manual of STM32F4xx ?
I find an error in the RM0090(STM32F4 Reference manual) as follows:But I don't know how to report it. Please help me.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I find an error in the RM0090(STM32F4 Reference manual) as follows:But I don't know how to report it. Please help me.
I have a code for stm32g070 which configure the adc as continuous conversion mode, sequencer set to fully configurable, scan conversion mode, dma continuous request, end of sequence conversion, oversampling mode right shift to 5 and ratio 32x.Also I ...
I just got an STM32 Nucleo 64 - F411RE.The board has a crystal installed on the debugger, and a crystal oscillator on the board.Do I need to install an external crystal in the provided space X3? and how can I do so?It's my first time using STM32 I do...
I´m currently working on an Application using the "new" G431 µC. At first i had massive Problems getting it to not crash (Several Hardfaults occuring here) randomly after ~100 instructions (not timing related...). After a while my good friend the rea...
Hi. I have encountered problem during pushing program to my nucleo board. I use STM32L432KC and it doesn't work there. Therefore i have also borrow STM32L011K4 and it seems that there everything works well on this borad. I am completly beginner in ST...
Hello,I am working on NUCLEO-H745ZIQ board. I am interfacing PCAL6524 to board .I have to read the Device address of that IC. Which HAL function that I have to used? I am get confused.
Using STM32H7B3I Discovery for program development.Using stm32h7b3i_discovery_ospi.c thus BSP_OSPI_NOR_*** functions.Which uses mx25lm51245g.c thus MX25LM51245G_*** functions.Which uses stm32h7xx_hal_ospi.c thus HAL_OSPI_*** functions.Can erase relia...
Hello,I want to communicate with SPI between STM32F7 and Texas DSP devices. STM32F7 is the master device and Texas DSP is the slave device. I am sending data from STM32F7 master device to Texas DSP slave device. But I can not send data from slave dev...
I am finding that with DAC1 triggered from TIM5, DAC2 can be set either for the same trigger (the doc implies that) or for no trigger ("software" trigger). Both work.I would have expected software trigger / no trigger to work on DAC2 because the 32-b...