CMSIS-SVD File for STM32F42x
Posted on March 10, 2016 at 00:56Anyone have, or know where I can find, a CMSIS-SVD file for the STM32F42x (specifically the STM32F429)? I have ones for the STM32F40x and 41x, but not for the 42x.
Posted on March 10, 2016 at 00:56Anyone have, or know where I can find, a CMSIS-SVD file for the STM32F42x (specifically the STM32F429)? I have ones for the STM32F40x and 41x, but not for the 42x.
Posted on March 08, 2016 at 08:19 Hi all, I am new this forum so bear with me. I am working on a project using an STM32F103RBT6 that incorporates a timer in input capture mode (TIM2) and a USART (USART3). I can successfully enabl...
Posted on March 04, 2016 at 22:58I am using a STM32L476 chip based on CubeMX generated code . I have ported this to a development board and implemented Stop2 power state to save battery life. I have a stop_x() and start_x() function for each device...
Posted on March 06, 2016 at 22:00Dear Community,I am trying to find a way to synchronize DMA2_channel3 + DAC1ch1 and DMA1_Channel1 + ADC1 for analog output of a set of data via the DAC and simultaneously recording a system’s response using the ADC. ...
Posted on March 09, 2016 at 10:14 I have a thread set up to constantly read 18 ADCs across ADC and ADC3 and fill them into arrays. void TSK_AdcSensor(void const *argument){ ADC1_Configuration(); ADC3_Configuration(); //Clear the ADC value...
Posted on March 10, 2016 at 06:25Hello!Does it plan in new HAL lib for STM32F030 chip? When?
Posted on March 10, 2016 at 10:36Hello , I want to configure I2s full duplex mode for Audio Codec with SPI3 module. As per Manual, if I2S module is in Master TX mode , I2Sext module would be in Slave Rx mode . Now my audio codec has been configure...
Posted on March 09, 2016 at 11:55Hi, I have successfully configure CAN2 in STM32F429ZI discovery board. But when I am trying to transmit message it goes to transmit pending state. I have configure the baudrate of 500k at PCLK1 frequency 45MHz. I a...
Posted on January 20, 2016 at 20:18I'm prototyping a DSP application on an STM32F7 Discovery board. I'd like to move some critical filtering code into ITCM RAM, but not having any success. In IAR, I name a new section and place some functions there...
Posted on March 01, 2016 at 12:12Hi,I would like to add the external crystal 8 mhz on stm32f0discoveryCould you confirm crystal load capacitance should be 30pf to be compatiblewith 20pf for C14 and C13 and 390 ohm R22 ?Thanks