Ask questions, find answers, and share insights on STM32 products and their technical features.
I've scanned through the datasheet of the STM32F446xC/E multiple times, but have been unable to find the sector layout of the device's flash memory. I know that the sectors are different sizes, and I've found tables detailing the sector layouts of o...
Hello,I am generating a PWM frequency with Timer5 in a STM32F7 device and I noticed that the TIMER5 input clock is 1/4 of HCLK by default and it is connected to APB1. I was checking in the documentation or in the code how to connect the input clock t...
Is an IBIS Model for the STM32F303CBT6 available?
MPU, as you know, memory protection unit.I have read AN4838, which tells me how to implement MPU. It also says, if you want to find out your chip support the MPU or not, look up the chip datasheet. Sadly, I checked all the stm32f1xxs datasheet, no o...
Hi Community,I have a STM32F769I as a SPI slave.I want to receive up to 6kByte data in 244 Byte packets (consequently up to 25 SPI packets á 244 Byte).I am using the HAL_SPI_TxRxCpltCallback function. This function will be called after every 244 Byte...
hello all,I am trying to generate SPWM using STM32F103C8, does it require DAC.i am confused help me out of it.Thank in advance
We are trying to interface OV2640 camera with STM32f769 in our custom board, In OV2640 datasheet the slave address is given as 60 for write operation .For writing initial configuration , below API is used" CAMERA_IO_WRITE(OV2640_I2C_ADR , 0xff, 0x01)...
Hello,Does anyone knows if ever any stm32 library been ported to CMSIS compatible ?I've seen the following post, but can't download file, and not sure about any other attempt to port HAL to CMSIS. https://community.st.com/s/question/0D50X00009XkcAISA...
Hello,I wanted to ask if STM32 (actually stm32h7) has any compliance with CMSIS-driver APIs ? (for example, uart cmsis is described here:https://www.keil.com/pack/doc/CMSIS/Driver/html/group__usart__interface__gr.html)I assume the answer is not (afte...