Does any version of OpenSTLinux fit onto STM32H757XI?
I doubt it will fit, but if someone knows that it does, that would open up some opportunities.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I doubt it will fit, but if someone knows that it does, that would open up some opportunities.
Hello,I've been unable to determine if it's possible to use the DMA to write data from internal RAM to internal flash on an STM32U585 device.I've consulted the following, but don't see a clear answer:https://www.st.com/resource/en/application_note/an...
UART_HandleTypeDef hlpuart1;///init///hlpuart1.Instance = LPUART1; hlpuart1.Init.BaudRate = 256000; hlpuart1.Init.WordLength = UART_WORDLENGTH_8B; hlpuart1.Init.StopBits = UART_STOPBITS_1; hlpuart1.Init.Parity = UART_PARITY_NONE; hlpuart1.Init.M...
Hey, I'm making a school project where the goal is to control an external PC monitor's brightness with an ambient light sensor. The MCU needs to have an analog port to connect a potentiometer, and digital ports to connect a digital ALS. Currently I'm...
I am using st-link v2I cannot upload the program to the microcontroller is there any wrong with my design
Hello ,i'm using STM32 board to build secure Boot loader. Currently i'm working on these boards below1)stm32f3342)stm32f4113)stm32f4464)stm32f7465)stm32h723I want to know if this board supports secure boot ? if not could you suggest me which all STM...
I try on nucleo F446 MX_USB_HOST_Init(); /* USER CODE BEGIN 2 */ USBH_ReEnumerate(&hUsbHostFS); /* USER CODE END 2 */ /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) { /* USER CODE END WHILE */ MX_USB_HOST_Process()...
When I configured the USART3 and LPUART1 it was going to the error handler function.can anyone tell why that's happening.
Hello everyoneI have two questions.1-) I'm trying to make a socket app application at 100Mbps with the STM32F407VG DISC card. I want to send and receive data via TCP.2-) I want to measure the read and write time of a port.Can you help with these two ...