Resolved! STM32G431 TS_CAL2 temperature
HIAt what temperature the TS_CAL2 value for the STM32G431 is detected?In the datasheet it is reported 130 degrees while in the library "stm32g4xx_ll_adc.h" TEMPSENSOR_CAL2_TEMP is 110 degrees Thanks
HIAt what temperature the TS_CAL2 value for the STM32G431 is detected?In the datasheet it is reported 130 degrees while in the library "stm32g4xx_ll_adc.h" TEMPSENSOR_CAL2_TEMP is 110 degrees Thanks
Hi all,I'm working a project that utilizes the STM32H747, and specifically uses the ULPI outputs for USB 2.0 HS (using STM32 USB OTG DEVICE LIBRARY, our chip is USB3320--Same as Eval Board) communication. USB is having trouble outputting the data and...
Hello,When I builed the project, I had seen the Hal drivers files links in the end file *.HEX.How can I change the project configuration not to put this links in file because it use flash memory unnecessarily ?Thanks
In the code examples provided with AN4502, this pattern is used often: while ( STACK_SMBUS_IsReady(pcontext) != SMBUS_SMS_READY) { } But in our code, when built with the Release CMake preset, this hangs forever.My understanding is that this is be...
I am using the STM32F413ZH (T6U) model, there is no problem with this model, it is a very nice model in terms of features. However, problems start when I use the I2C protocol.When I checked the line with a logic analyzer, I saw that the SCL line is a...
Hi Expert,Now, I am testing IWDG and SPI based on STM32F030CC chipset but I met some difficulty. At first, I used STM32F030R8-Nucleo example which was based on STM32F030x8 so I changed it to STM32F030xC. I changed GPIO/SPI interface for my test board...
HI, I am trying to interface the USB device with a customized STM32H563ZIT6 controller board. I followed the example steps from the STM Community, but the USB port is not detected. What should I do? https://community.st.com/t5/stm32-mcus/how-to-...
Hi,I designed a sw on STM32F746 with STM32CubeIDE.Some functions work fine when I use the debugger (ST-LINK) but this same functions halts when I don't use the debugger !I play se sequence hereafter : - run the sw using debugger : execution ok- exit ...
Hello! I've been trying to use lwIP library with my STM32F769I-DISCO development board to assign IP address to the microcontroller. While in debug mode everything works fine, in normal mode, however, it doesn't. I had to add two 1s delays before MX_G...
Hi everyone, I'm trying to create an example following this article. I'm using the STM32F429I-DISC1 evaluation board and using X-CUBE-AZRTOS-F4.1.0.0 software package. https://community.st.com/s/article/how-to-create-a-thread-using-azurertos-and-stm3...