When I first got the Coupon Code, it didn't work, tried a few consecutive days then mailed ST but got no response. When i tried later, it did work, it was sent the 9th, but has not arrived yet. So, can i join with another board? I have a STM32L476 an...
I am using usb-pd system with stm32g071rb76 processor. There are 2 CC pins on this processor. But when I use the stm32g0b1kct6 processor, there is only one CC pin. Why is that. Is there an advantage to it. I am using TCPP01-M12 as a protection circui...
Hi all,I’am working with some nucleo board si ce a while. Now I’am planning to build my first personal board. And my final objective is to be able to update my code in my board remotely. Is it possible ? I have read some article update firmware remot...
Question 1: are there any benefits to using standalone PD controller like STSUB1600 over integrated solution STM32G0x1Question 2: are there code examples that are reasonably close to the DRP functionality ? In all the X-CUBE-USB-PD examples I've see...
I met these error:stm32g4xx_hal_timebase_tim_template.c:56:1: error: unknown type name 'TIM_HandleTypeDef'; did you mean 'EXTI_HandleTypeDef'?how to fix it?
The existing STM32F10xxx firmware library user manual UM0427 will be removed and replaced by a CHM file presenting all STM32F10xxx standard peripheral library components.Many old links failed. Where is the newest PDF file/chm file?Thanks.
I’m using STM32Cube MX 6.2.1, STM32Cube IDE 1.6.1 and STM32Cube_FW_H7_V1.9.0 for a STM32H7A3 project. As recommended, I configured the HAL time base source to a timer other than systick. (TIM17) If I understand correctly, FreeRTOS uses systick and se...
Hello, I am writing a driver for the Ethernet interface, and I noticed it fails to read data from buffers lying in SRAM4 (0x38000000 - 0x3800FFFF), with a Fatal Bus Error. According to the MCU's Reference Manual (RM0433) 2.1 Table 3, and 2.1.6 Ethern...
Files with errorHAL 1.02.09 stm32f7xx_II_sdmmc.c, stm32f7xx_mmc.c.My EMMC 8GB - SANDISK - SDINBDG4-8G-XASeems that the ext_csd, used for cards larger than 1GB has a bug.MX_SDMMC1_MMC_Init() is exiting with an error.Fix: for now im using HAL 1.02.08,...