This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Project switching from compiler V5 to V6

Hi 

I am trying to switch my project from compiler V5 to V6 as following software,as you see,I think the  promble is  “void adc_config(void) __attribute__ ((naked, section("adc_config")));” ,this line of software isn't set turn, but I can't find any information about how to set it, could you give me some suggest? Tks.

void rcu_config(void);
void gpio_config(void);


void adc_config(void) __attribute__ ((naked, section("adc_config")));