Matlab dont create the Model
Posted on December 12, 2013 at 14:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 12, 2013 at 14:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 11, 2013 at 22:37Hello ST Community,I am using a STM32F2 uC for my project, and I have configured an USART interface as an UART by not initializing the clock settings. In order to program the device the UART is connected to I send...
Posted on December 12, 2013 at 10:28 GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; /* Enable GPIO clock */ RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD, ENABLE); /* Enable UART clock */ RCC_APB1PeriphClockCmd(RCC_APB1...
Posted on December 11, 2013 at 13:39to be migrated, sourceId: 36070:697285D7-A9CA-445D-B16C-F23BF0E3B1A3
Posted on December 11, 2013 at 20:24One of the building blocks that we see most commonly misunderstood is how to manage SSL certificates in embedded devices. For this reason we have designed a whitepaper that provides an introduction to SSL certific...
Posted on December 11, 2013 at 14:33Hi community, i've got a question dependig on the configuration of the input capture filter of the stm32f407. I found the following lines in the datasheet (depending TIMx_CCMR1 register): =========================...
Posted on December 11, 2013 at 11:43Hi,Is there the possibility to achieve the maximum CPU clock speed (180MHz) with the USB clock at 48MHz??According my calculations, to have USB clock of 48MHz I need to reduce the CPU clock to 168MHz, instead of 1...
Posted on August 02, 2011 at 11:00Hello,I'm using tasking which allows easily to tag methods to be copied in ram at startup and then run them from ram.But I'm wondering at which extend it is a good idea ...On the one hand, run from ram means zero wa...
Posted on December 11, 2013 at 11:57The subject line is not strictly right. I can set breakpoints but not on all of my code. Here is the story so far.I have written some code for the STM32F0 Discovery board. The code runs both SPI ports as masters, ...
Posted on December 10, 2013 at 08:57 The original post was too long to process during our migration. Please click on the attachment to read the original post.