Hi all,I hope someone can help me with this...If I remove the --specs=nano.specs in the MCU Settings tab, I get errors about #include_next files not found.If I install newlib I just errors about IO functions that I don't want...Kind regardsPG
stm32h730VB,Mathematical acceleration • CORDIC for trigonometric functions acceleration • FMAC: Filter mathematical acceleratorAre those mathematical accelerations fixed-point or floating-point ? 32bit or 64bit ?
Hi,I am trying to use CORDIC in DMA mode in STM32G4 using LL drivers. However, the data from the input buffer is not being transferred to the CORDIC WDATA register. But the data from the CORDIC RDATA register (the initial value zero) is being transfe...
I am using STM32F767ZI nucleo board (2Mb of flash) with dual bank (nDBANk=0) and dual boot (nDBOOT=0) but I am not able to run a simple program that toggles LED1 using HAL functions. When I enable Dual Boot in the option bytes, the program stop to wo...
after executing constructors:m_Handle and bbb both with int type are not what I write, it seem it's memory alignment problem but all related class has 32bits int type member variables.And I define g_pointer=(int*)m_Handle, the address g_pointer sav...
Hello. I have a project that runs fine on F303RE Nucleo board. I loaded it on the F303ZE Nucleo board and I get no banner displayed on the Virtual Comm port. The device manager sees the port fine. Are there any solder bridges or jumpers needed...