Resolved! STM32 ST-LINK Utility
Hello,I have a new PC Windows and and I have this error when I start the software STM32 ST-LINK Utility (file in attachment)It misses dll file (mfc140.dll)And idea please?ThanksArnaud
Hello,I have a new PC Windows and and I have this error when I start the software STM32 ST-LINK Utility (file in attachment)It misses dll file (mfc140.dll)And idea please?ThanksArnaud
Hello Everyone,I hope you are well.I'm working with an STM32F401 microcontroller (Nucleo-F401RE) and my goal would be to update the firmware via a standard USB stick.Is this possible with the above controller? If so, can you give me any examples? Th...
Hi Team, I this microcontroller power consumption is 240mA.But we need much less than current consumption Specification ETHERNET,SPI,EMI,RTC.Pls give some Low power consumption recommended IC List.And any Single core ARM CORTEX R Series avail...
I'm try to develop encryption functionality. Two optionnal,1. stm32 lib "en.STM32CubeExpansion_Crypto"2. mbedtls So I have to question about it. 1. Does stm32F107 support "en.STM32CubeExpansion_Crypto".2. If were you, which option do you have?
I want to know my board(STM32H750)'s CPU usage when it is running. I used freeRTOS in my softwrae system.Is there any tools or any ways to get CPU usage during the system is running?
Hi,I have the STM32H745XI Discovery Kit and would like to get the source code for the firmware it is shipped with. Where can I find the source?8-Dale
I'm using STM32F407 and Marvel 88E6390X switch in our project. But we have some I2C problems so we added I2C recovery function using TIMER8. The ethernet ports doesn't work stable after this addition . When we removed the I2C function in the projec...
Hello Everyone,I am using STM32F401CBU6 controller in my project and in this project it consists of 2 I2C slaves 1) Sensor 2) EEPROM.I2C1 is connected to slave and can able to communicate with the slave, later i have connected external EEPROM, starte...
HiI'm using HRTIM in STM32G474RE to generate a complementary PWMs and trying to capture the frequency of the PWMs by using the capture 1, the trigger sources is "The update event triggers the capture"However, when I was debugging the code, the value ...
Hello,I am using a sTM32L430 with a JTAG access throgh ST LINK V2 and STM32CubeIDE. The project has a few GPIO to debug and an USART to generate interrupts: To try to undersand my problem I build a small project with STM32CubeMX to have code genrated...