• standard peripherals library for STM32F4xx
    Hello, tell me why there is no standard library "STSW-STM32065" in plug-ins? Attempt to add the archive en.stm32f4_dsp_stdperiph_lib to the PaÑk installer did not lead to success. I understand that you...
  • JTAG chain STM32F4xx
    I use 4 microcontrollers STM32F427 in JTAG chain on one board. I try to use JTAG chaining with RealView ULINK2. In tab Configure Flash Tools-Debug - Use ULINK2/ME Cortex Debugger -Settings window JTAG...
  • SPI driver for STM32F4xx
    For those who might want to use it - middleware SPI driver for STM32F4xx using DMA transfer is very buggy: - DMA stream numbers for SPI2 are completely wrong. Instead of streams 3 and 4, it uses...
  • STM32F4xx File Name size
    Using RTX RL-FlashFS on a SD-CARD formatted to FAT32, when I create file with large file name with 13 to 18 characters the file system get corrupted to a point it becomes unreadable when about 100 files...
  • stm32f4xx conf and linker
    Well, hello! I have a inc structure to my project with most files in root directory, some in ./inc ( startup_*.h and *_conf.h ) and than inc and src inside ./STM32F4xx_StdPeriph_Driver . Up until...