STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Can't open /dev/ttyRPMSG0 :(

I'm trying execution code:#define DEVICE "/dev/ttyRPMSG0"   int main(void) { int fd; struct termios tty; char buf[100]; int len;   printf("Opening device...\n"); fd = open( DEVICE, O_RDWR | O_NOCTTY | O_NDELAY ); // read/wr...

AShva.1 by Associate II
  • 2247 Views
  • 8 replies
  • 0 kudos

Peripherals and coprocessor

Hi ,I am working with STM32MPU DK2 and Distribution package and have some of basic queries.How do i know which peripheral is connected to which Processor ? where can i get to know about this ? 1.1how do i know which device tree .dts is used ? 1.2 if...

Vthul by Associate II
  • 784 Views
  • 2 replies
  • 0 kudos

Resolved! problems with qtwebkit

I'm trying to create new image with my app, that needs qtwebkitwidgets, but have some problems with that. When bitbake starting compile qtwebkit-my host pc freezes. I read that post https://community.st.com/s/question/0D50X0000AVSWK1SQP/what-is-the-p...

VKare.1 by Associate II
  • 895 Views
  • 1 replies
  • 0 kudos