Posted on April 19, 2018 at 17:12I'm using CubeMx 4.25.0 to generate the basic configuration for NUCLEO-F743ZI board.STM32 MCU Package for STM32H7 1.20 installed. Default settings are used, FREERTOS and LWIP flags are enabled sys timebase source set...
Hi everyone!I had a problem with timer interrupt. When i use 2 if statements in timer interrupt it't only do one of them. My if statements are in different condition.Here brief of my codevoid HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim){ if...
I have Usb Mass Storage working well on my custom board device featuring an STM32F469AIH6 and an eMMC (SDINBDG4-8G). I can connect to either a Mac or Windows machine and the device shows up in the Finder/Explorer and you can read/write files just fi...
In LwIP HTTP server demo, ethernetif.c, HAL_ETH_MspInit():... /* Output HSE clock (25MHz) on MCO pin (PA8) to clock the PHY */ HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_PLLCLK, RCC_MCODIV_4);...According to the schematic, this pin is the USB SOF i...
Hi, I have gotten the LL examples included in the STM32F$ firmware package to work on my computer and I am able to open the provided web pages for the ADC SSI and the LED CGI. My question now is how do I include a custom HTML page into this website? ...
In main.c, SystemClock_Config(), the PLL is set up as follows:... RCC_OscInitStruct.PLL.PLLM = 25; RCC_OscInitStruct.PLL.PLLN = 400; ... RCC_OscInitStruct.PLL.PLLP = RCC_PLLP_DIV2;...The implication is that the clock is 25MHz, and being divided down...
Hello !i'm using I2C communication between a Nucleo-STM32F401RE board and a camera in which there a PIC16F1847 MCU. the application is about to write three bytes in a register in order to make a focus adjustmentthe thing is, the device address is 0x3...
Hi!I have a working ethernet code on my STM3240G-EVAL Board with STM32F457IG MCU. By working i mean MCU responds my ping requests. I'm using FreeRTOS and of course LwIP. And now i want migrate to my own PCB with STM32F407ZG6 MCU. When I connect a DP8...
The FAQ states that its not possible for STM32F1 but for newer STM32 families its possible. Please clarify.