How to use transfer learning to perform image classification on STM32
How should a new STM32H747I-DISCO be used, why does the display not start after I connect the computer with st-link and display 32kb of memory
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
How should a new STM32H747I-DISCO be used, why does the display not start after I connect the computer with st-link and display 32kb of memory
Hello!I am working to use the STM32F769I + LCD_DSI_VideoMode_SingleBuffer code example with a different timing output. I was able to get both the 720x480 and 720x576 resolution examples working with no issue. I added a 720p resolution and also got th...
Hello all,I bought two NUCLEO-H753ZI to experiment the ADC.Used the CUBEMX inside the STM32CubeIDE to configure the ADC to do 4x oversample (ADC1 Oversampling Ratio = "Oversampling ratio 4x").Then generated the code, but it does not compile: ... hadc...
The following are some configuration parameters:
Do I need to disable global interrupts for internal flash erase and write operations? __disable_irq(); erase(); __enable_irq(); __disable_irq(); write(); __enable_irq();
I'm looking to use an STM32F407I for EtherNet/IP communication with some industrial motors and sensors.I cannot seem to find a library that would help me do that for the STM32F4.I found this, but I didn't really understand how to use the solution tha...
Hello everyone, I am working with the STM32F411E and i am trying to make the LSM303DLHC working on my board. At this moment i am using this lib: https://github.com/STMicroelectronics/STM32CubeL4/blob/master/Drivers/BSP/Components/lsm303dlhc/lsm303dl...
Hi all,I want to access a NandFlash(H27U1G8F2B) chip which is extended by STM32F429BI's FMC;According the datasheet, seems the default value after erase is '1' for each bit.But I read the value by program is '0':My test code as below:#define TEST_NUM...
Hi,I going to choose "B-L4S5I-IOT01A" this board for my project (it is combination of ADC and IOT), can please in which IDE version having all these libraries for ADC and Wi-Fi on this board.Thanks,
We're running into what seems to be a low-level race-condition when initializing LWIP on boot. The LWIP always initializes successfully after using the STLink to flash the .elf either in debug and release modes. After flashing, I verify by sending a ...