Resolved! does this file exist ? stm32f7xx_hal_exti.c
its needed, but its not there :(>make: *** No rule to make target `../../../../STM32Cube/Repository/STM32Cube_FW_F7_V1.14.0where do I find this file ?
its needed, but its not there :(>make: *** No rule to make target `../../../../STM32Cube/Repository/STM32Cube_FW_F7_V1.14.0where do I find this file ?
Hi, I was searching for example code for Touch Sensing for STM32L476RG but was unable to find it in the example package STMCubeL4. All I found was a library for touch sensing, but the link attached says that there is an example code for touch sensing...
I'm working on a board where SAI1 is wired to a DAC. I've had it working using HAL calls, from a wavetable in RAM. But it needs to play back audio from USB. I tried various approaches; no luck. I was pointed at:STM32Cube_FW_F7_V1.15.0\Projects\STM327...
The FlashErase example project in the STM32Cube_FW_L4 here:D:\STMicro\STM32Cube_FW_L4_V1.13.0\Projects\NUCLEO-L4R5ZI\Examples\FLASH\FLASH_EraseProgram\Src seems to imply that it's possible to erase and write to the same bank of flash that you are exe...
good evening, I work with FreeRTOS on STM32F4 Discovery and I want to use an ultrasound sensor in real time, for that I want to use a timer in input capture mode, I do not know how to handle the interruption on the timer.. I need your advice, thanks
Hello,I have donwloaded the STM32CUBE FW pack for F1 modules.I tested 2 of them: a UART_PRINTF example and a PWR example, for the F100 Discovery board.Both examples work well, and I want to add UART capability to the PWR example.How does one do it?I ...
The S/W included in this Discovery Kit is nice as a demo, but as expected, I would like to tailor it to my application. I have not found any listing for the entire S/W included in the DK, perhaps because it is proprietary and the demo is basically an...
As the title says, on a STM32F3DISCOVERY development board, if I create a fresh project with CubeMX,using OpenSTM32Workbench as an IDE, enable SWD support and FreeRTOS, but without the support for stack overflow detection in the FreeRTOS configuratio...