Resolved! stm32f429-disc1
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
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 am looking at how to abort the MemX_IT functions. Looking through HAL_I2C_Master_Abort_IT, it seems like that only works for the Master API functions and not the mem functions. Are there any HAL functions for Mem Abort?
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...
MCU: STM32G491RET6 Due to other pins being unavailable, I am trying to use TIM8_CH3N to generate a PWM output. To test this, I used CubeMx to generate configuration code for me, and only added the line to start PWM:HAL_TIM_PWM_Start(&htim8, TIM_CHANN...
Hello all, I am currently working on a project in which I need to sample 5 ADC channels every 50 ms. As of now, I am trying to use TIM2's TRGO (interrupt triggered every 50 ms) to trigger the conversion of a regular sequence of 5 ADC channels (PA0 - ...
Hi community, My question is : what is the best between FreeRTOS and ThreadX?What is more supported?Thanks in advance for collaboration