User Activity

Hello,How to install a USB printer support? I've tried apt-get install cups but this no work. Thanks,Alex.
Hello,My app running on M4 uses adc. It starting at kernel boot process using systemd. After some time kernel poweroff vdda and vref while my app is running[  14.173564] remoteproc remoteproc0: powering up m4[  14.308543] remoteproc remoteproc0: Boo...
Hello,I'd like use several gpio buttons to onboard CN2 connector (STM gpios PF0, PF1, PF3, PF4, PF6, PF8). So I've add following string to stm32mp157c-dk2.dts filebuttonkeys {      compatible = "gpio-keys";      left-key {         label="Left key";  ...
MCU is STM32F405. I write data array to output pins using DMA mem to peripheral (DM2 stream6 channel0). Trigger is TIM1 CC1 event. Also I use DMA2 stream5 channel6 for write to TIM1 registers. Trigger is TIM1 UEV event. So the writing and interrupt D...
Posted on January 16, 2018 at 11:32Hello,I use STM32L452 QUAd SPI for communicate with Winbond w25n01g NAND Flash.My init code ispage = 0x30;  /* Initialize the read command */  sCommand.InstructionMode   = QSPI_INSTRUCTION_1_LINE;  sCommand.Instruc...