извените, не совсем понял, куда мне нужно первую часть кода, что ви добавели, вставить, в main.c?
я добавил в main.c
uint32_t const __vector_table[]@".intvec" = { 0x20002800, // ñòåê â êîíåö RAM (uint32_t)main }; __noreturn
и уменя выскочили ошыбки
Building configuration: 1 - Debug Updating build tree... main.c Error[Pe077]: this declaration has no storage class or type specifier D:\Work\data_sheet\ARM32 CORTEX\my_first\main.c 33 Error[Pe065]: expected a ";" D:\Work\data_sheet\ARM32 CORTEX\my_first\main.c 33 Warning[Pe012]: parsing restarts here after previous syntax error D:\Work\data_sheet\ARM32 CORTEX\my_first\main.c 37 Error while running C/C++ Compiler Total number of errors: 2 Total number of warnings: 1
возможно уменя и скомпилятором чтото не то ?
|