Which MCU supports CSI slave mode?
I want to drive the external sensor to collect images through MCU, and the timing MCU outputs signals in CSI standard format. Which MCU can support this function (MCU acts as a camera)
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to drive the external sensor to collect images through MCU, and the timing MCU outputs signals in CSI standard format. Which MCU can support this function (MCU acts as a camera)
Hello,As you have requested, I have ordered the board via ST e-store on March 1st. Also, I have got the order confirmation from ST.Further, when can I expect to receive the news of the seat reservation from ST ?Thank you and with my kind regards,Sue
Hi to all the community.I have to save in non volatile memory some small amount of data,say 200 bytes.STM32F446 has different sector sizes,sectors 0,1,2,3 size= 16KBsectors 4 size= 64KBsectors 5,6,7 size=128KBIn other microcontrollers ...
I am using STM32H745ZI for a personal project. Page 60 of the attached datasheet from ST says there are I/Os that are floating unless otherwise specified. I want to use an I/O that I can guarantee will be in either low or high state on a reset or if ...
Hey everyone,When using the default project generated my UART works fine and I can see the output on my Putty terminal. Now for my application I'm trying to move the UART object to another file.UART.cpp:class UART { public: UART(); private: UART_Ha...
I was registered for tomorrow 11th March, but cancelled as the board hasn't arrived. I just spoke with FEdex and it's still clearing customs. Is there a later workshop I can attend?
First I'm using stm32f042 MCU and develop holl program and then i change controller stm32f051 in that system not work properly can you give me contact no in india for technical support
I'm trying to implement a queue system for external storage attached to the SPI. I have three parts:Add an item to the queueProcess an item from the queueHAL_SPI_RxCpltCallback (my implementation to override the weak default implementation)In doing s...
We are using STM32L5 Nucleo board and TZEN is enabled and DBANK mode is enabled too..!How to switch dual bank mode to single bank mode in option bytes(if any h/w or s/w changes)??Please explain the procedure to understand what are the changes needed ...