STM controller for camera interface and parallel display interface
Hi Can anybody guide me to choose right STM chip for camera interface and parallel display interface, Thanks
Hi Can anybody guide me to choose right STM chip for camera interface and parallel display interface, Thanks
Hello everyone,I'm currently in search of an Analog-to-Digital Converter (ADC) for a project I'm working on and would greatly appreciate your recommendations. Here are the specific requirements:Sampling Rate: Between 10 Samples Per Second (SPS) and 3...
I started getting this message when I try to debug my code. However, there are currently no breakpoints in my code at all. I have gotten this in the past and I deleted and redownloaded the IDE which I really do not want to do again. I am running i...
Hello! I dont know where to find received data after HAL_I3C_Ctrl_Receive_IT progress. I set I3C of my H563 as master and sent ENTDAA and master read , the slave answered both command. The interrupt of slave reflects that master re...
Hello,I have configured a DMA channel to perform a memory-to-memory transfer triggered by EXTI. I would like to automatically re-arm channel at the end of every completed transfer so that it is ready to process the next EXTI trigger event without any...
I'm trying to see what's possible in terms of a bootloader in a custom application of an stm32f722. We have an external 2-megabyte flash chip on the QSPI bus, along with the internal 512-kilobyte flash. I'd like to make the bootloader stored on inte...
HelloWhen adding the internal temperature sensor reading in the STM32H750 micro FW, out of curiosity I collected voltage reading data based on different sampling times.Based on our ADC clock speed (37.5 MHz) and the datasheet requirements for the tem...
i am facing issue with uart transmission the data to the realterm software i didnot recieving the data to console i am attaching the code here #include "stm32f746xx.h" #include<stdint.h> #include "uart.h" int main(void) { uart4_tx_init(); RCC->AH...
Hello,I am working on a project with STM32H753XI mcu and with external interrupts. The problem is that I cannot take an interrupt to PIN PB2. Specifically:1.The Pin is configured as Rising Edge Interrupt (Also tested as falling edge and rising fallin...
Posted on December 28, 2016 at 07:18Hi,I think you might familiar with this issue if you are proficient user of Eclipse +STM32.In my #include section of main.c file.Red error line indicates like :(,At the same time the system says to do indexer mar...