Warning: #223-D: function "Assert_param" declared implicitly

Source: Internet
Author: User

Hardware platform: stm32f205

1.1-point tracking, found that most of the header files are included in the stm32f10x_conf.h, and this file appears in Stm32f10x.h, which has such a paragraph: #ifdef use_stdperiph_driver #include " Stm32f10x_conf.h "#endif


The original is this use_stdperiph_driver is not defined, Stm32f10x_conf.h header file can not be compiled into the project, resulting in an error.

Find solutions from online search,

MDK Right-click on the project, select options, select the C + + option, in the defined box to fill in Use_stdperiph_driver.

Add "Use_stdperiph_driver" to that define.

As shown in the figure below


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.