STM32MP157 can we use M4 only without using DDR and A7 processor
Hello All,can i use STM32MP157 only M4 processor with external ROM without using A7 and DDR?for initial demo board, i want to use it like that,Please confirm if it is possible Regards
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hello All,can i use STM32MP157 only M4 processor with external ROM without using A7 and DDR?for initial demo board, i want to use it like that,Please confirm if it is possible Regards
HelloI am using STM32H743XIH6 for Digital Power control. System clock 400MHz. ADC work clock is 36Mhz from pll2 divison. I use a external 36KHz square wave with 50% duty cycle input to GPIO_G11 to trig ADC1 and ADC3 simultaneously to converse regula...
Hello?As the title, hUsbDeviceHS is one of the structures automatically created by STM32CubeIDE. Currently, I connect the USB port with this structure name, and I want to stop the USB port when there is a switch input. (I confirmed that the function ...
Where can I find example source code for AN5142 ? I try to find it in STM32Cube_FW_G4_V1.1.0 without success.
Can someone please tell me how to start multiple channels of ADC? from zero using DMA? I am able to do it using the Polling method but I'm finding it difficult using the DMA
Hello,I would like to know how to recover acquisition data and save the data to an SD card. I have this configurationI can compile and communicate with I2C to configure the SGTL5000 CODEC, I enabled DMA too. No errors for this moments.Thank you for...
Hi Folks,I have a problem with STM32H723 SPI with DMA and Low Level drivers.The issue is: it sends only one Frame, after that the DMA transfer sends constant Transfer-Error Interrupts.The SPI should be triggered every 100 ms and should send a frame o...
Hi,has anybody already implemented the LAN9253 via SPI?I´m trying since several month to implement the Software framework - without success...EtherCAT Software Framework User's Guide (microchip.com) Best regards, Achim
Hello all,I am working with the LBAD0ZZ1SE module, also used on the B-L462E-CELL1.I successfully adapted the "Nx_TCP_Echo_Client" Sample from X-Cube_cellular 7.1.0 to fit my needs but right now am stuck at the final step, which is the low power mode....
Posted on June 02, 2015 at 19:39 I am trying a simple test. I want to output a single character to the UART using DMA. I am using system workbench for stm32 First I tried configuring the DMA in normal mode. huart2.Instan...