/*** Non-secure callable (entry) function ***/
int __attribute__((cmse_nonsecure_entry)) nsc_func1(int x)
{
 return secure_func1(x);
}