extern Diskio_drvTypeDef USER_Driver;==> unknown type error on Diskio_drvTypeDef ?
Posted on February 02, 2016 at 11:08 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 02, 2016 at 11:08 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 01, 2016 at 15:20 I want to generate an interrupt from software in order to execute things in a different ''thread'' than the main()-thread. In other Microcontroller-brands I've been previously working with this has been very ...
Posted on February 02, 2016 at 10:40 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 01, 2016 at 11:16 Hi, i'm trying to use timer2 to generate two output shifted by 90 degree, like an encoder emulator. The idea is using the period of the timer2 to set the frequency, and set two output compare ch2,ch3 to set t...
Posted on February 02, 2016 at 06:39Hello! I am using a STM32F302 custom made board. In a section of my codes, I am required to check the presence of any messages received successfully to set the baud rate. This is done before message filtering. Hen...
Posted on January 30, 2016 at 22:22Hi. I have just downloaded SW the executable version for W10, and created a project and some directories. I have included the directories in the IDE path. My problem is even though the directories containing some ...
Posted on February 01, 2016 at 14:31Hello everyone, Hope you're fine. I've just received a Nucleo 446 Board (STM32F446). I want to use it with Simulink, but when I try to build the matlab code( first from existing model 'LED_Model'), the diagnstic m...
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 ?