RTC_ALARM configure fail sometimes (STM32F042)
Posted on February 01, 2016 at 18:57 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 01, 2016 at 18:57 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 30, 2016 at 10:35The architectures of Cortex-M4 and Cortex-M7 include RCC_AHB1RSTR register. What is it for? When I use this register for resetting AHB1 bus for any of GPIO ports these ports stop working irrevocably. Thanks in adva...
Posted on February 01, 2016 at 14:54Hii am having some trouble when writing to mmc using sdio without any filesystem. Even i have problem with addressing. Does anyone have the example for writing and reading SD card without fiesystem ?
Posted on January 28, 2016 at 17:56 Hello everybody, I often declare my variables in the CCM memory, very useful as I use a lot of RAM memory. For example I can declare this variable: static uint8_t VARIABLE __attribute__ ((...
Posted on January 29, 2016 at 16:27Hi, I am trying to measure practical speed of USB transfer in CDC device class for STM32746G-Discovery board and I can not find an example project in the cube. However, there is an example code for STM32756G_EV...
Posted on January 31, 2016 at 09:54I'm trying to use thishttp://pulsesensor.com/ with stm32f10x uC.I'm not having much luck, so I just want to ask if there is someone who have some experience with this sensor and that can tell me how to set properly...
Posted on February 01, 2016 at 17:26IAR Embedded Workbench Consider timer TIM7 initialized and started in some IRQ handler in the next sequence: void SOME_IRQ_Handler(void) { TIM7->PSC = some_value; TIM7->ARR = some_value; TIM7->EGR |= TIM_EGR_UG; T...
Posted on January 30, 2016 at 17:50.
Posted on January 31, 2016 at 17:30HelloI am gathering info for a project device that would be HTTPS client sending data to specific server, I found this AppNote for lwIP http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_...
Posted on January 22, 2016 at 10:37Guys, I tried to use SPI2 and FATFs on STM32CubeMX, but I found two files with the same function, which one should I modify to make it work ? thanks