taking images from multiple cameras
I want to take videos from multiple cameras with stm and save these images to SD card. how is this possible?Is there a module you can recommend for this?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to take videos from multiple cameras with stm and save these images to SD card. how is this possible?Is there a module you can recommend for this?
Hello,I am working on SDIO in STM32F76 micro controller.SDIO clock frequency is 24MHZ derived form 48MHz PLL (48MHz/2 MHz), Bus Width is 4 Bit.SD card is working fine with system core clock 48Mhz but it is not working with system clock 24Mhz.Same iss...
Hi,I'm working with B-L072Z-LRWAN1 platform and struggle to see a signal on SPI2.My SPI2 is connected on an accelerometer. It is configured as follow:void HW_IMU_SPI_Init( void ) { /*##-1- Configure the SPI peripheral */ /* Set the SPI parameters...
How to handle multiple External (more than 2 )interrupts on same port (eg Port A) of STM32. my code is below , I wants to know that how can I Differentiate External interrupt 0 And 1. I have configured pushbutton1 on PA0, Pushbutton2 on PA1, pushbutt...
There is a plethora of 24-bit ADCs similar to TI's ADS1232, which output data using a "DREADY/DOUT" pin and expect the micro to supply a variable number of clock pulses depending on the operation (read / calibrate / write, etc).These are typically lo...
Hey!Lets say I write general Can periephal driver in c++ for stm32f4 series(which I'm actually doing), then interrupt handlers for can1 and can2.Now the proplem is how do I tell lets say can 1 rx interrupt, that >>this instance of object<< is the ...
__set_PRIMASK(1); // No error __set_BASEPRI(3 << 4); // Implicit declarationThis is a snippet of my code from keil uvision5. But, the IDE results in a syntax error; implicit declaration of function ' __set_BASEPRI ' is inval...
Configuration: DIR9001 as reciever of optical sound and convertor to I2SSTM32F407VG DISCOVERYSTM32 CUBE IDEAfter setting I2S, I can normally at while loop recieve valid I2S singnal from convertor. After change code to DMA and starting the DMA via con...