Resolved! Postgresql c++ connector
Hi,I have installated postgresql on STM32MP1.I would like to install libpqxx , a C++ based postgresql connector. How can i do that? FYI: apt-cache search returns empty.
Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.
Hi,I have installated postgresql on STM32MP1.I would like to install libpqxx , a C++ based postgresql connector. How can i do that? FYI: apt-cache search returns empty.
Hi,I want to interface WM8960 with STM32MP1 using I2S interface. I initialized the WM8960 driver and added the DT entry in device tree file but the drivers fails.Can you please share some pointers on how to interface audio codec with I2S to STM32MP1 ...
Hi everyone,I want to send messages with L2CAP protocol between two Bluetooth devices. This is my client code:void process_bluetooth () { int bl_buff_it = 0; // global buffer iterator // Code of: https://people.csail.mit.edu/albert/bluez-...
so how can I add into the linux distribution so that firmware will build and load along with linux and load in bootupFYI : Iam using Yocto for building
Hi everyone, we are developing a project where we are planning to use a processor unit for the task, so, we are thinking of buying the STM32MP157D - DK1 for the development of the project, is the first time we are using such system and we have the fo...
Specifically the STM32MP157D Discovery KitTo avoid labour-intensive file copies I'd like to simply mount something on my server where I'm going to cross-compile things which will allow me to test a particular bit of functionality. I do not want to do...
if not could you introduce some MPUs that i can substitute?Thanx:folded_hands:
Hello GuysLike the subject, I want change the interface RGMII to RMII using CubeMX.(RealTek-RTL8211EG-VB-CG => Microchip - LAN8720AI-CP)Based on STM32MP157C-EV1 Code in CubeMX, I changed the Ethernet option from RGMII to RMII as shown in the picture...