Resolved! Where to download the datasheet for NUCLEO-F303RE board?
where to download the data sheet for STM32 NUCLEO-F303RE board , please provide the linkNeed to know the register adress details of all peripherals and MCUs.
Ask questions, find answers, and share insights on STM32 products and their technical features.
where to download the data sheet for STM32 NUCLEO-F303RE board , please provide the linkNeed to know the register adress details of all peripherals and MCUs.
hello ,i want to have your advice in general:We use lcd 16x2 for our master device and 20x4( lcd needs 5 v power) for the end devices, in both we use keyad to make a PİN OUT RESET OF THE STM CHİP ,But for some device the lcd init happens very good fo...
I am trying to generate the elf.bin file from my project which generates elf.hex of size 8329KB where as when i try to generate the elf.bin output it generated of size 30,35,513KB, why is this a too large size, how do i reduce it so that i can use th...
I have a product that needs to write parameters to Flash.I saw on the website and datasheet all tell me STM32F100C8T6 is 64K Flash,Flash 1K per page, total 64 page,the finnal page is page 63,however I made a fault I made a fault I write parameters t...
Dear friends,I am trying to create a TCP server using lwIP and netconn APIs for STM32F407VGt6 MCU and recieve data from a PC software program which acts as a TCP client.The MCU recieves all the data correctly from PC software in multiple packets and ...
Hello.I'm using STM32f030CC in which we have to use 2 ADC channels.Following is the Initialization part. ADC_InitTypeDef stADC_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOB , ENABLE); /****...
Posted on March 18, 2015 at 11:45 Hi everyone, I am working with a sensor which communicates using i2c. I am very new to stm 32 and could only figure out the basics of the code.I have successfully obtained data from other sensors using i2...
Hi, I generated code by CUBE MX.Version of Cube mx is 4.27, MDK5 is 5.26I attach my code.In my code,The program stop at this code.while (HAL_UART_GetState(&huart2) != HAL_UART_STATE_READY){}Why is it?