Where can I find older HAL versions (STM32cubeH7) ?
Hello,I try to download STM32cubeH7 HAL 1.1.0, but seems that only latest version (1.3.0) is available on st site.Is there a way to find older version ?Thank you!Ran
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hello,I try to download STM32cubeH7 HAL 1.1.0, but seems that only latest version (1.3.0) is available on st site.Is there a way to find older version ?Thank you!Ran
Hello,i am using STM32L053 (slave) and STM32F103(master) for I2C communication. When i look in the HAL for I2C there is a while loop "while (HAL_I2C_GetState(&I2cHandle) != HAL_I2C_STATE_READY)" where i have to wait all the time for the data being se...
I have a fairly large project and I am almost ready to begin beta testing but I have one problem left. The USB device code is still running in the IDLE thread. I haven't been able to find a version of usbd_core.c that has RTOS implemented like usbh_c...
how to read multiple adc value using interrupt mode when call back function is called HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) when conversion is complete.for get adc value HAL_ADC_GetValue(&hadc) function is used.
Hello All.I have an INA233 connected to my STM32F4-Nucleo (F410). Its address is 0x40. I can access the device very well using my Arduino. Using the Nucleo, the example here works straight out of the box. I have slightly modified this example to work...
Is there ST implementation for CMSIS-Driver tamplates? Especially for STMH7?If there is one where can I found it?
I am trying to program the STM32H753 flash on our board in DFU mode. Specifically on a raspberry pi running linux.I connect the boot0 to 1.8V while plugging in my USB-C cable and then the boot0 jumper wires are no longer connected. So if DFU mode is ...
I would like to implement audio in my project with the STM32L4R9I-DISCO kit. I tried first checking out the demo that comes with the discovery kit, but the touchgfx demo doesn't seem to accept wav or mp3 files. Is there a specific audio format that i...
Hallo, I cannot find any guideline on how to use the I2S and USB peripheral in order to interface PCs and Mac to I2C D/A and A/D converters. Talking about USB asynchronous with speeds up to 384LB/s. These boards are nowadays designed with specialise...