Winbond NOR FLASH on ST DISCO/DK Boards?
Noticed several examples in recent builds of STM32 Cube ProgrammerW25Q128JVEIQ_STM32F746G-DISCO.stldrW25Q128JVEIQ_STM32F7508-DK.stldrAre these production boards? OEM / WaveShare variants?
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
Noticed several examples in recent builds of STM32 Cube ProgrammerW25Q128JVEIQ_STM32F746G-DISCO.stldrW25Q128JVEIQ_STM32F7508-DK.stldrAre these production boards? OEM / WaveShare variants?
Hello,I'm measuring Channel AN11 (Pin PB10) and the internal Temperature of the CPU of my STM32G071RB Nucleoboard via DMA. DMA is necessary, because later on the project will scale a lot. I really hope, someone has a good solution for this. When chan...
Posted on August 23, 2017 at 00:22I'm using NUCLEO-L053R8 for USART communication. below is the configuration of usart2, which connects to the st-link as a COM to PC.static void MX_USART2_UART_Init(void){huart2.Instance = USART2; huart2.Init.BaudRa...
Hi,Is it possible to share the PCB File of the Board "X-NUCLEO-NFC03A1" with us.On the Website under this link we could only find the Gerber Files and BOM File of this Board.X-NUCLEO-NFC03A1 - NFC card reader expansion board based on CR95HF/ST25R95 ...
Hi all,I'm trying to create a new app (a custom app) for the SensorTile.box (steval mksbox1v1) but I've some problems. I've watched the videos on youtube for the pro-mode programming but I don't understand in which way I can write the application. Wh...
What's the difference between "LQFP32" and "LQFP 32 7x7x1.4mm"? Probably they both refer to the very same package?. A similar discrepancy appears for a lot of other packages, too. (For WLCSP it's a different matter.)
Hello all,this is my first post in this forum.I am in the process of developing my own bootloader for a firmware upgrade via SD card with the Eval board STMH757I.So far so good, with the help of the FirmwareUpgradeStandalone example, I was able to ge...
Hi.STM32F100C8T6B Recycled Chip (for manufacturing products) I'd like to ask you a question Attached is the STM32F100C8T6B photoHello.Please contact us for STM32F100C8T6B playback chip. (For manufacturing products) I will attach a picture of STM32F10...
I bought the STM32F429I DISC1 board.I downloaded my FreeRTOS image into this board, so the original image was gone.Where can I find the original image and source code of the STM32F429I DISC1?I can not find those at this site(https://www.st.com/en/eva...
I have loaded example from CubeMX for STM32F746G-Disco board, it is working fine.This is the top of the hex file the original from CubeMX exampleconst uint32_t RGB565_480x272[65280] ={0x7A537A53,0x82538253,But when I am trying my own image, I cannot ...