Sample code for the application note -AN5978
Where can I find a copy of the source code? Introduction to MB1971 LLC HAT 12 V to 7.5 V/1 A for F334 G474 Nucleo board - Application note
Where can I find a copy of the source code? Introduction to MB1971 LLC HAT 12 V to 7.5 V/1 A for F334 G474 Nucleo board - Application note
Hello, I have been stuck on this issues where I cannot get my SPI slave running on the STM32H755 to successfully do full duplex communication. Right now I want the simplest case to work where the SPI master, also an STM32H755, sends a 16 bit data pay...
Hello folks,I am investigating the Video Encoder on the STM32N6 and have been working through the reference project (VENC_SDCard_ThreadX).The user manual (RM0486) is very vague on detailing the Video Encoder, and lists over 100 pages of registers whi...
Hi All,I have a project that is using the STM32H562. I am having an issue using tim13 and tim14 to generate PWM outputs going to LEDs. The project uses timers tim2, tim3, tim4, tim13, and tim14 for a range of different PWM peripherals. For all of the...
Is the internal bootloader on the STM32H723 DO-178 certified? It just dawned on me that the whole line of CPUs might be disqualified for aircraft use because the bootloader code "flies" with the aircraft and all such code must be certified to the l...
(Please see attached PDF for best formatting and screenshot images. Complete code of main.c and usbd_cdc_if.c are also attached as txt.)Hi everyone, This is my first post! Please excuse any mistakes I might make in my question :).Question & Problem D...
I am trying to use a G431 as an I2C device (slave). Unfortunately it can be made to latch up rather easily, getting stuck with an endlessly triggering I2C interrupt. It appears to be a flaw in the HAL code where it doesn't clear the interrupt flags, ...
Hello, my program runs to the HardFault _ Handler function, I usually use interrupt check whether there is a function variable overflow, but this time the jump function is irregular, I do not know how to judge, please help me, I will provide the rele...
Hallo all:I want to implement a generic counter to count the number of impulses on an input, but after debouncing.I guess that mechanical switches for human interface purposes need a debouncing in the milliseconds range, say 1 ms to 20 ms. My Systick...
CubeMX-generated code gets stuck on HAL_ADCEx_Calibration_Start(&hadc1, ADC_SINGLE_ENDED) using IDE v1.17.0 and FreeRTOS. RTOS is using SystemCoreClock. HAL Tick is using TIM17 with a priority = 14 (Higher than SysTick Timer.)Made AdcTask highest pri...