How do you add a .ioc file to an existing project that does not have one?
I got the example files from here:
You are missing the famous set of examples for UART with DMA by Tilen Majerle.
https://github.com/MaJerle/stm32-usart-uart-dma-rx-tx
I selected the project usart_dma_rx_idle_line_irq_F4.
First thing I notice, it did not have a .ioc file for me to configure the rest of the chip.
I do not know how to fix this. It is for a generic F4. I have a Nucleo-F446RE.
Is the missing .ioc the cause of the error:
arm-none-eabi-objcopy.exe -O ihex "usart_dma_rx_idle_line_irq_F4.elf" "usart_dma_rx_idle_line_irq_F4.hex"
/bin/sh: 1: arm-none-eabi-objcopy.exe: not found
make[1]: *** [makefile:84: post-build] Error 127
make: *** [makefile:52: all] Error 2
"make -j12 all" terminated with exit code 2. Build might be incomplete.