User Activity

Hi I wanted to translate the following Arduino code with hal stm:uint32_t TMC5160_SPI::readRegister(uint8_t address){// request the read for the address_beginTransaction();_spi->transfer(address);_spi->transfer(0x00);_spi->transfer(0x00);_spi->transf...
Hi, I'm reading up on stm mp1, in particular the Linux side, my intent was to use the M4 to read data from sensors and transfer them to the A7 on the Linux side. Now I've read the function in C code that reads the messages from the manual: read:int r...
Hi i 'm using stm32  mp1 can i tale autput message from cat /dev/tty/mesg  and store data from cortex m4,i want to write code in c with to store autput cat,for example everytime che come a message from m4 interrupt trigged and store data thanks
hi I wanted info if there is a seminar or a course, or an expert person who can direct me to use the stm32 mp1 board really to take the first steps, in the area where I live near Parma Italy, thanks
hi I wanted to design a driver for the control of a 380v three-phase analog current motor, in a nutshell a classic inverter that modulates the frequency of the phases and therefore the number of revolutions of the motor. which board do you recommend?