Timer cookbook wrong figure ?
Shortly, cookbook says ETR frequency higher than core clock. It seems wrong. I am not sure if the information given is correct.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Shortly, cookbook says ETR frequency higher than core clock. It seems wrong. I am not sure if the information given is correct.
Hello!I am trying to connect 8 mcp23017 gpio extenders daisy chained to stm32 but I am having difficulty testing the validity of the ports. I configured the extender and set up the pins to be output pins but when I send the data to write active high ...
*Using FP-AI-Vision1 Packimport the binary webcam, the screen is black.import the people detection binary, the screen is a mess.No camera picture.While import the Tutti Frutti demo, it can normally run.
I’m using the board, motordriver IIC, to control motor through I2C bus.The chip on the board is PCA9685.The board is originally a extension for arduino UNO, and I’m using STM32F446RE which also support arduino UNO expansion connector.The official g...
The MCU halts for approximately 300ms after setting the OPTSTART bit in the FLASH_OPTCR register. In HAL_FLASH_OB_Launch() :HAL_StatusTypeDef HAL_FLASH_OB_Launch(void) { HAL_StatusTypeDef status; /* Wait for CRC computation to be completed */ ...
Hello,I have watched the ST video "Discover the new STM32U5 IoT node B-U585-IOT02A Discovery kit", which showed using the STLink Virtual COM Port (VCP) with a terminal program to connect to the board. I've also seen articles, with no answers, about ...
I'm attempting to switch to single-bank flash mode on an STM32L562ZET6Q (512k Flash), but so far I've been unable to get the Flash OPTR to operate as the reference manual claims.I used the normal process for modifying the OPTR: HAL_FLASH_Unloc...