Hello,When I generate the IAR V7 code by STM32CubeMX5.2.1 and TM32CubeF4 Firmware Package V1.24.1,Two errors occurred. The first,Fatal Error[Pe035]: #error directive: intrinsics.h is already included previously! E:\AC_Project\AC_Project0506\Drivers\C...
Hi! I'm wondering if anyone knows how to use the 64k of embedded flash on an STM32F730. The Discovery kit examples and the cube are all configured for external flash and linked at start address 0x900000000 . None of the on-chip flash options make any...
I have been using the Arduino 1.8.9 app for several months programming the Nucleo-F103RB development board with my application. I have several boards and some are self powered and others USB powered. Yesterday, on a self-powered board, I received a ...
Hello,I encounded an issue using TrueStudio in debug.I work until 6 weeks on a card with an stm32l431 on it and it works fine.I'm on windows 10.But today, my collegue try something on this card and now it's impossible to load a file in debug.My colle...
Hello,I would like to use the example of AN4449 on SW4STM32.When building, I have 3 errors :fatal error: opening dependency file Drivers/BSP/STM32F3348-Discovery/stm32f3348_discovery.d: No such file or directorymake: *** [Drivers/BSP/STM32F3348-Disco...
Any idea what could have happened?I'm working with a small system: CubeMX, FreeRTOS, a couple of tasks. I debugged a task resume loop last week, and now I'm setting up another variant. Same processor, slightly different peripherals. Now that I try to...
Hi, I am tring out RF Communication and im tring to use the Virtual Wire Library, I Have added the Library to my project file and linked it in the settings (i think) but when i build i get the follow error..\Drivers\VirtualWire\VirtualWire.h: file no...
Hi,I am having a STM32L476XX discovery board. I am trying to use keil as IDE.I have successfully compiled the code, When I flash the code using the Load/Download(F8) code fails to execute.I did not get any error while flashing also.What can be the Is...