Is ethernet possible with dp83848 chip for stm32h7 processor?
Hi,despite all my efforts , I can not make it.Cubemx doesn't support dp83848 for stm32h7.@Imen DAHMEN
Hi,despite all my efforts , I can not make it.Cubemx doesn't support dp83848 for stm32h7.@Imen DAHMEN
I use the usb device driver for Virtual Com Port v1.0_Cube from STMicroelectronics but the transmission of data with the exact length of 64 bytes (SIZE_SEND_PACKAGE) does not work. Where can I find a bug free version of the driver or a discription of...
STM32CubeMX : Version 5.3.0Package : STM32CubeF1 Firmware Package V1.8.0Project Settings : Toolchain / IDE = TrueSTUDIO MCU : STM32F103C8TxUSART1 > Mode = Single Wire (Half-Duplex) > Pin usage PB6Lib : LLIn USART1 GPIO Configuration section of USART...
Hello,I am using NUCLEO-F429ZI. I would like to add my application name, author, firmware version and so on information into application profile, how can I add them when I compile the program and save these information into controller? thank you.
Sorry for a noob question...The DS for STM32H7 (DS12117 Rev 7, 3.42) says that a PHY can be clocked using 25 MHz from the microcontroller. The PHY we want to use, KSZ8873, has its own connection for 25/50 MHz oscillator. We'd prefer to put only one ...
Hello,I do not know if this question was asked here before so i will apologize in advance for spamming.I want to build an application which is based on the HAL libraries and i do not know if i can use this libraries for free or there is some legal n...
hi I looked for a tutorial on dma receive i2c but I didn't find it, Itried with dma receive uart and it works perfectly:int main(void){HAL_Init(); MX_GPIO_Init(); MX_DMA_Init(); MX_USART2_UART_Init(); MX_USART6_UART_Init(); /* USER CODE BEGIN 2 */ HA...
I was initially using B-L475E-IOT1A board to test AWS freertos and it works all fine.Next, we needed to somehow support OTA on our product and found out thatAWS freertos also supports OTA and would like to try and implement it but couldnot find any s...