How to use CCMRAM ? in my STM32F746G board
Board : STM32F746GHow to use CCMRAM?What is the use CCMRAM?What is the Size of CCMRAM?Thanks Manikandan D
Ask questions, find answers, and share insights on STM32 products and their technical features.
Board : STM32F746GHow to use CCMRAM?What is the use CCMRAM?What is the Size of CCMRAM?Thanks Manikandan D
Please tell me how to transfer data so that the CPU can calculate the converted values of ADC1,2,3 with STM32H725 at the fastest speed.I recognize that there are ways to use DMA and MDMA and ways to use D-cache. Thank you.
I don't know so please let me know.I would like to use Cortex-M7 branch prediction. Is it necessary to set registers in particular?
Hello, I want to use external audio op amp, OPA1622 of TI. As in the attached photo, this opamp works using bipolar input. So, please guide me how is that possible using the output of STM32G4 DAC. Regards.
I am trying to get an STM32L0 MCU to startup as quickly as possible. The datasheet says 5us wake up time from flash memory, but I am getting nowhere close to this. I loaded a super simple program that just toggles a GPIO and watched it on a logic ana...
I understand the general concept of why global variables are not a great idea but I have a specific use that may make sense and I'd like to see if anyone has a better approach.I time stamp a lot of events in my applications and also calculate time in...
Sorry if this has been answered elsewhere, but I'm not seeing it. For background, I do a lot of work with Nordic, and in their I2S implementation, you feed two buffers to the peripheral, then every time a buffer has been transmitted/received, it swi...
Hi,Am working on a STM32F745VG micro controller and i want to use multiple uart using dma. Majorly facing issue at the reception side.When i try to receive data from uart 1 sometimes my uart 2 also receive the same data.Even though their handler are ...
Hi everyone .I'm looking for a demo code to run the SD card (16gb) with FatFs on the STM32H757 i-EVAL Board.When I generate it with CubeMx the demonstration doesn't work (I didn't forget to activate the transiver)Thanks you =)
Hello,I working on the stm32f070c6t6 , i want to transmit an adc value to the LabVIEW VISA and storing the adc values in the labview array further processing . but when i continously giving the command from the USB COM port for adc value sometimes it...