User Activity

Hi there,I'm testing an option to recover from UsageFault Exception - caused by div 0. I enabled the exception and it does execute upon 0 div. I need to exit the exception code and keep the fimware execution.I clear the UsageFaultActive bit, by read ...
Hi there,I'm using DMA to circular sample ADC channels. I'm getting the ADC complete interrupt - its all good. The question is, how do I set the sampling rate of the DMA, let's say that I need those samples every 2 milisec - how to I set the DMA to p...
Hi All, I'm using stm32h753, no LWIP project. Eth Tx is not working. HAL_ETH_Transmit - keep failing with DMA transmission - I have seen few posts about that issue - I tried all the solutions I saw - none worked...Any help is most appreciated!
Hi There,I'm using Cube ide, STM32H753,How can I set a breakpoint which breaks upon global variable update?Or trace the global variable changes?Thanks,Lior.
Hi there,I'm working with nucleo-h743zi2,I want to activate the Ethernet driver for UDP messages. I can't use an OS and can't use LWIP. I need to use a proprietry tcp/ip stack.Is there any guide thaat can help with that? Any help is most appreciated....