STM32L4 DSI camera
hellocan i use STM32F479 DSI host interface to connect with Raspberry Pi camera ( this camera has the same interface ).regards.Zakaria
Ask questions, find answers, and share insights on STM32 products and their technical features.
hellocan i use STM32F479 DSI host interface to connect with Raspberry Pi camera ( this camera has the same interface ).regards.Zakaria
I looked in corresponding reference manual (RM0385 rev 8) but all it appears to give is an "example" tables on page 226, which does not match what STM32CubeMX 5.2.0 says.I also could not find in the stm32f32F745xx datasheet (DocID027590 rev 4). The ...
I am writing a C++ I2C driver that would operate as a SLAVE device operating under interrupt and without CLOCK STRETCHING using STM32H732zi nucleo board My problem is that the first byte that I tried to transmit seems to always be 0xFF no matter what...
According to the ST boot mode selection (page 236), we can activate the bootloader following the pattern: Boot0(pin) = 1 and Boot1(pin) = 0; but the DatasheetSTM32L0 doesn’t specify which one is the BOOT1 pin in the pin description (page 33). I could...
Hello,where can I get more information on the STM32L011K4 ADC? Is there only one AD-core, wich is multiplexed to the different channels? How can I get the max. sampling rate?RegardsTobi
Hi, I am trying to capture all GPIO pin values when timer pin goes LOW. I cant understand which timer I need to choose? Which peripheral stands for GPIO port?How do I need to set Timer "Copy from" input source?I have STM32F091RC
I am using Nucleo-f413zh board. now i want to check whether the modbus rtu will work over it or not. i already have my modbus library but how to start it m not getting. so plzz tell me the basic idea how should I start it from cubemx and thn do codin...
Is it possible to implement modbus communication in STM32F401RE nucleo board ?If possible please explain the metho or please give me any tutorial
When using an STM32L0 USART in SPI master mode, if the Slave needs a low level at the beginning of the frame and a high after the data byte, can I use any GPIO as NSS master to output this levels?
I do my code with CUBEMX 5.6.0 with en.STM32Cube_FW_F7_V1.16.0 & Atollic 9.2.0.My trouble : when i send a data by USART3 (using putty or the terminal in Atollic) even if i set that i want to recive 1 byte the HAL_UART_RxCpltCallback is fired two time...