Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm thinking of getting STM32H743 to work Wi-Fi module via uSD.However since I can not get my Wi-Fi module responding I start questioning my design.SDMMC POWER.DIPOL control but can change the polarity of CIDR, D0DIR, D123DIR,Is there a way to chang...
I have a project that was working at one point but is no longer working. I think I've narrowed the issue down to a couple of flash operations that happen during setup for Azure IOT. If I let the system run normally it will keep resetting and not run....
I'm learning about the STM32L476 microcontroller and saw that it has two SRAM memories. What is the reason for that? I also see that it's possible to enable parity check on SRAM2. How come, is SRAM2 unreliable?
Hi. I am trying to work with AD7763. I have the same problem as in this article, but there are no answers in it. https://community.st.com/s/question/0D50X00009Xkfaw/spi-oneway-communication-slavemaster?t=1639997683527So AD7763 is master and stm32f7 i...
this is leds status code ;static int8_t CUSTOM_HID_OutEvent_FS(uint8_t event_idx, uint8_t state){ /* USER CODE BEGIN 6 */if( (event_idx & 0x01) == 0x01 ){HAL_GPIO_WritePin(GPIOA,GPIO_PIN_10, GPIO_PIN_RESET);}else if( (event_idx & 0x01) != 0x01 ){HAL_...
I have my custom HID device running and working fine. I would like it to also emulate a standard PC keyboard at the same time. So when my board enumerates, I would like the attached PC to find my custom device as well as a keyboard.I think I can ju...
I have STM32G473VCT6 MCU. According to part number this device should have 256kB flash (Size code C). Flash size register (0x1FFF75E0) also shows 256kB (reg. value 0x100). However I can read and successfully write 512kB of data. STM32CubeProgrammer a...