Resolved! System workbench and windows 11
Does someone know if system workbench will work also on windows 11? Thanks and regards, Piero
Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
Does someone know if system workbench will work also on windows 11? Thanks and regards, Piero
I have attached the complete log here..I am trying to use the External mode with Nucle 412 board. But with the above said error.., I am unable to connect to the board at all.., I initially reported to MATLAB, but they closed the issue stating that i...
I am using stm32f4. I have a hardfault error at sometimes, when I write new code in to the flash. So I check the Fault Registers like in below:SerialPrint("Fault: %08x %08x %08x\n",SCB->HFSR, SCB->CFSR, SCB->BFAR);Output results:SCB->HFSR = 0x400000...
Hello everyone,I known that isn't normal to use EEPROM emulator on a STM32L053, because it has is own EEPROM, but nowadays with the chip shortage, i was forcedto use an alternative MCU (STM32L053R8T6) instead of the "original design" (STM32F030C8T6),...
I am trying to establish a hardware-in-the-loop setup with a STM32F429I-DISC1 with Waijung blockset. But I have a problem trying to establish UART communication. I dont receive any data coming out of the microcontroller with this method.The host and ...
Hi everyone ;I am having a strange issue with IAR . I configured the mcu via cubemx and generated it then I build all the files but I got the errors in the attached files when I try to download the code into the MCU . But I don't get any issuse with...
I'm working with MAT-TARGET for several months by now and it is a great tool.In the past few days I encountered a problem regarding the maximum amount of bytes i can send throw the SPI Block (using Simulink R2019b) , while sending & receiving 4 bytes...
Is there a sample code for the on board eeprom access on the STM32L552E evaluation board ?
The Simulink and library c files implement a luenberger state observer in a FOC system.https://www.st.com/resource/en/application_note/cd00154076-luenberger-state-observer-rotor-position-estimation-simulink-and-software-library-stmicroelectronics.pdf
Hi there, I had experience in IAR before, but many of its functionality I dont know well.Currently I am working with customized ST32F103 board.In my F/W code says,Under a function its called,void OnDSP_GetStatus(WORD *pWord){ BOOL bUpdateDSP; float *...