if I give argument like above picture infinity loop stops workingbut if I give the number num inside function the instead of giving argument then its working fine.If I give int instead of double as the datatype of argument then also it's working.Plea...
I might be missing a trick here, but it seems that most (if not all) DISCO / EVAL boards expose the same I2C bus externally that is used to communicate with onboard peripherals.This makes perfect sense with DISCO boards as they are small / low cost. ...
Hello All,I am developing a system based on stm32h757 dual-core M7 480MHz and M4 240MHz with external memory 4MB SDRAM. I would be glad to receive a recommendation regarding the right implementation. Firstly, I plan to connect external memory to M7 s...
Hi,This question is more a network protocol question than about MCU's however I am writing a driver for the Inventek and wish to use the built in mDNS server so the device may use DHCP and have a local host name.The Inventek manual doesn't explain wh...
In the cubeMX default code the order is:HAL_Init(); and then SystemClock_Config();HAL_Init() sets up the Systick Timer with HAL_InitTick().Afterwards SystemClock_Config changes the Clock setup (to HSE in my case), but HAL_InitTick() is not called aga...
Hi, I'm completely new to MCU programming, and bought my very first unit stm32f103c8t6 from a local store. I read some glowing reviews about it and bought it as my first ever MCU because it was affordable. Boy am I regretting my decision now! :( I ca...
In my project I'm use STM32F030C8T6TR MCU in this MCU programming memory is 64kb and ram is 8kb how can I add external memory and ram to MCU?
Hii How to calculate Flash memory write time?