F2/4: Latest device headers still define FLASHSIZE_BASE
Posted on September 22, 2016 at 19:04Hello, latest device headers for F2/4 still don't define FLASHSIZE_BASE as headers for L1/2/4 and F0/1/3/7 do. Please consider to add. Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 22, 2016 at 19:04Hello, latest device headers for F2/4 still don't define FLASHSIZE_BASE as headers for L1/2/4 and F0/1/3/7 do. Please consider to add. Thanks
Posted on September 23, 2016 at 08:56 Hi. Mypurpose is receive data from usart and write it into file in SD card. I use SDIO 1wire and STM32cube MX. this is my code #include ''stm32f4xx_hal.h'' #include ''fatfs.h'' SD_HandleTypeDef hsd; HAL_S...
Posted on September 19, 2016 at 10:54Hello! I use a basic timer 6 to make a simple delay. Here is my code:#define DELAY_TIME 10#define PB2_ON() GPIOB->BSRRL = GPIO_Pin_2#define PB2_OFF() GPIOB->BSRRH = GPIO_Pin_2//Config PortB_P...
Posted on September 21, 2016 at 06:05Hi Folks,Stanley Black and Decker is looking for an Embedded Systems Engineer who has experience with STM32 micros. Looking for folks willing to embrace the latest STM32Cube system. You will be working on cool pr...
Posted on September 19, 2016 at 10:22Hi,I am working on SDIO(Sandisk 32Gb class 10 sd card) + FATFS. My application code contains two loops one is 50Hz and other is of 1Hz. I am writing 512 bytes in 50Hz loop(i.e. after 20ms delay, flag is becoming ...
Posted on September 23, 2016 at 09:06Hello everyone,I have some questions regarding the F0 USB Library made by ST and USB HID.I am using a STM32F042 with the standard peripheral library (I don't want to hear about Cube) and the F0x2 USB device libra...
Posted on October 14, 2015 at 06:44Hello There,Yesterday while I was reading through the STM32 USB-FS-Device development kit for the first time (UM0424), I was really surprised that the SCSI Protocol Implementation is part of this software library. ...
Posted on September 19, 2016 at 09:55 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 22, 2016 at 16:02This HAL code seems to run 12x slower then expected./** * @brief Delay micro seconds * @param microSecond : delay * @retval None */static void ADC_DelayMicroSecond(uint32_t microSecond){ /* Compute number...
Posted on September 21, 2016 at 15:30Hi,I am using stm32f429ZIT6 mcu for my own board. I want to create 1 second interrupt with external 32.768Khz rtc but it doesn't work. My Systemclock config and rtc init functions are below:void SystemClock_Confi...