2015-02-18 08:25 PM
I , just installed the updated version of STM32 MAT target 4.0 version in my matlab 2014a .
now there is one block regarding MCU Configuration in which , I have to provide one .ioc file for configuration . My question is when i tried to include any other blocks such as dac adc etc...there is one error pop out on screen like configuration must be done before. how to rectify this error? #stm32f4 #adc #dma #stm32cubemx2015-02-23 01:23 AM
Hello,
as you mentioned, you must provide an ioc file. This ioc file must be taken as reference from STM32_Config block as you can see in provided examples. Then, you will be able to use only peripherals that have been configured from this ioc file. You have such popup window message when you drag&drop peripheral models not configured in ioc file. Solution is to open STM32_Config model, start STM32CubeMx for current ioc file and modify it in order to configured peripherals you want to use. Best regards Pascal REYNAUD2015-03-09 12:57 AM