LAN9253 with STM32
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
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
Hello all,I would like to use the ST Bootloader which is described in the Application Note AN2606.https://www.st.com/resource/en/application_note/an2606-stm32-microcontroller-system-memory-boot-mode-stmicroelectronics.pdf.The used controller is the S...
I have the P-NUCLEO-LRWAN2 package. The Gateway (NUCLEO-F746ZG with the RisingHF ARDUINO® expansion board (LRWAN_GS_HF1) has a firmware VERSION: 2.1.7, Nov 6 2018. I was wondering if there is an update to the firmware and what the current version of ...
Using STM32L451CET6 and threadx I created multiple task and was running into hard fault on debugging found that from my 70KB byte pool when i created a task more than 27Kb it was running into hard fault again the usable memory is 160Kb out of which a...
Hai All,The code is given here,void fatfs_FileDirectory(void){FRESULT res;DIR dir;FILINFO fno;int nfile, ndir; res = f_opendir(&dir,USERPath); /*Open Directory*/ if (res == FR_OK) { nfile = ndir = 0;for (;...