STM32F373R8 CANBUS Communication
Posted on February 21, 2018 at 06:09The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 21, 2018 at 06:09The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 15, 2018 at 07:30What are the non maskable interrupt I/Os are in STM32L431VCT6?. We plan to use External watchdog for our critical application.Output of WDT going to connected with NMI of STM32l431vct6.
Posted on September 12, 2017 at 06:14Hi I'm trying to program my stm32F7 board into stop mode but its current consumption is around 4mA (which is way to high). I'm using an external clock source of 12MHz. SYSCLK is at 12MHz APBI and APB2 prescalers ...
Posted on February 20, 2018 at 17:25Actually we are using a tool for GUI development on STM32F746. This tool internally uses memory mapped mode to access the QSPI flash. In principle this is working fine, but the QSPI flash MT48LC4M32B2B5, which us...
Posted on February 20, 2018 at 05:29Hi STM,I have some questions for QSPI configuration using SST26VF032B-104I (Max clock = 104 MHz)I am getting QSPI_SUSPENDED Error when I call BSP_QSPI_GetStatus().Configuration is as follow;///////////////////////...
Posted on February 21, 2018 at 00:12Hello, I am currently using an STM32F301K6U. STM32CubeMX allows me to set pretty much any GPIO as a 'GPIOP_Analog'. However, when I go into the ADC1 under 'Peripherals' every single item is red because there is so...
Posted on February 20, 2018 at 09:33All of the STM32 devices have unimplemented interrupt numbers, for example on the STM32F767 I am currently using, the last used interrupt MDIOS_IRQn is interrupt number 109.So is it possible to use the next one, n...
Posted on February 20, 2018 at 19:36I'm using the STM32CUBEMX which generates HAL code and keeps my code within defined comments. BUT, I need to define an __attribute statement BEFORE a HAL generated function header, but there is no /* USER CODE .. ...
Posted on February 17, 2018 at 08:05Hello there!I want to create a library to maintain work of led-strip based on SK6812The fastest way to make it work (according to some resources: https://geektimes.ru/post/255548/ (Russian)) is to use PWM timer wi...
Posted on February 18, 2018 at 19:23Hi,I'm facing a problem with relocation of the vector table to the internal SRAM. I work with the STM32F030CCT6 (using the Ac6 System Workbench and CubeMX, with the HAL libraries 1.9.0) and I want to design a simp...