Eclipse: undefined reference to
Hi!I am trying to compile a project from several files in Eclipse.Function print_hello() defined in another file N222.Resulting error: undefined reference to `print_hello 'What am I doing wrong? regards Alexander
Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.
Hi!I am trying to compile a project from several files in Eclipse.Function print_hello() defined in another file N222.Resulting error: undefined reference to `print_hello 'What am I doing wrong? regards Alexander
Os - Ubuntu 16.04, board - STM32MP157C-DK2, language - С
I downloaded, installed and configured Eclipse, Version: 2020-03 (4.15.0), UBUNTU 16.04 LTSWrote a simple program:#include <stdio.h>#include <stdlib.h>int main(void){ printf( "Hello world\n" ); return 1;}compiles without errors :)But, when I run ...
Does anyone have some real data on speed difference between 8 or 16 bit Nand flash (with the bootloader and the kernel) on the STM32MP157 ?at bootduring normal operation
Hi all,The default network setup on the "st-image-core" image is to use IP V6 alone it seems which does not work for me.How to set this for v4 default for all interfaces ?
Hello,I am looking for the appropriate kernel configuration options for the audio controller in the STM32MP157, and the specific driver setup details for the audio codec on the DK2 board. I am Using Buildroot to build the system image.
Hi, I use display function on my custom boards. The board A use HDMI, RGB LCD and MIPI. The board B use RGB LCD and MIPI.Now the board B has some issue on MIPI display function.The board A configltdc endpoint reg = <0> for HDMI, workltdc endpoint reg...
Hi all, I use PZ7 and PZ6 configure for usart1. But it show some error log.[ 1.633566] stm32mp157-pinctrl soc:pin-controller@50002000: invalid function. [ 1.640375] stm32-usart: probe of 5c000000.serial failed with error -22It's right when II t...
I have a STM32MP157A-DK1 board. I can't connect to it via ST-Link Utility. It says the target is not detected. Although if I select "Firmware Update" from ST-LINK menu, it updates the firmware of the board (the red-green led blinks etc). But can't co...
I need to build a system for nandflash, unfortunately something went wrong, and I don't know how to fix it