STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DAC DMA transfer size more than 65535?

My board is NUCLEO-H723ZG which has 1 DAC 2 channels built-in.I actually want to transfer 2 arrays with 150,000 elements each in each DAC channel, but it is limited by the DMA size of 65535.So, I have divided that array into 6 parts for example I_dac...

0693W00000WIG1YQAX.png
AMagk.1 by Associate II
  • 1349 Views
  • 5 replies
  • 0 kudos

Problem receiving with stm32f769i-disco

Hi, Haven't been here in a while, about 15yrs, ha! I dug out the subject board, STM32f769i-disco that I've used a number of times years ago. I built some code using the new cubemx, compiles fine in the new IDE. I can send data, but it just doesn't...

_unhandled_exception but nothing in fault analyzer

Hi,I'm working on a c++ project and encountering the _unhandled_exception error. I'm trying to look cause for this error but fault analyzer in stm32cube ide is showing as No Fault Detected.I've looked into call stack and observed that "<signal handle...

debugme by Associate II
  • 619 Views
  • 1 replies
  • 0 kudos

Lockup problem. stm32L552

 Hi. I have stm32L552xx that i need to program using SWD. I have to halt core, write some code to RAM, replace PC and run core. If some valid code exists on flash i have no problem. It works perfectly. But if i try to do the same thing on empty flash...