STM32F303RE: Can TIM2/3/4 be clocked at 144MHZ?
Posted on June 03, 2016 at 03:30Hi,The page 144 of the STM32F303 says so. But,using the clock configuration tool of the STM32cubeMX, the maximum it can reach is 72MHZ. Ari.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 03, 2016 at 03:30Hi,The page 144 of the STM32F303 says so. But,using the clock configuration tool of the STM32cubeMX, the maximum it can reach is 72MHZ. Ari.
Posted on June 06, 2016 at 08:32When i try to migrate CubeMX v4.14.0 to v4.15.0 i get a failure every time! This happens when i use either the green arrow pointing down in the main menu or the Help -> Install new libraries option. The program always...
Posted on June 10, 2016 at 12:29 I use IAR EW 7.1, HAL driver and STM3210E_EVAL. I would use the application DFU andlike user application CDC_standalone. I've used like configuration for CDC_standalone #define VECT_TAB_OFFSET 0x7000 and...
Posted on June 08, 2016 at 11:58Hi,I use STM32CubeMX daily to create and modify projects. I really like the way the tool has been improving (e.g. now putting the pin names in a header file for use in the project). An issue I find is that the STM32 d...
Posted on June 10, 2016 at 13:29 I'm trying to configure LIS3DH chip via SPI interface. Here is my code: void init(void) { SPI_InitTypeDef SPI_InitStructure; // SPI configuration SPI_InitStructure.SPI_Direction = SPI_Direction_2...
Posted on May 25, 2016 at 15:22Hi, though I know that ST recommends using the same supply for analog (VDDA, VSSA) and digital (VDD, VSS) there are reasons in my application that make me want an extra analog supply. (My STM32L151 does not have extern...
Posted on June 09, 2016 at 17:44 Hi everyone, i'm trying to start playing with STM32F7 Discovery board, taking as base the benchmark project and modifying it. i did the following modification in stm32f746g_discovery.c: GPIO_InitTypeDef GPIO_...
Posted on June 08, 2016 at 16:57STM3210E_EVAL on board after erasing the flash, I installed IAP application as STM32Cube_FW_F1_V1.3.0.Running the IAP program without having loaded any user application code, the micro goes hard fault. I think it is n...
Posted on June 08, 2016 at 19:27Hi,I m configuring GPIO port for OUTPUT. but, i m not able to configure it propely.Following is my implmentation which is not working. GPIOC->CRL |= 0x00000001<<20; // GPIOC-5th GPIOC->CRL |= 0x00000001<<24; // GPIOC-...
Posted on June 08, 2016 at 13:09Hi all,I am trying to read the onboard Gyro on STM32F4 discovery board. As mentioned in datasheets, Gyro(L3GD20) is conneted to SPI 5. I have configured everything, but I am not able to generate the required clock on...